stm32_bare_lib
stm32_bare_lib copied to clipboard
Simple examples and utilities for the STM32 "Blue Pill"
Results
2
stm32_bare_lib issues
Sort by
recently updated
recently updated
newest added
examples/benchmark_arithmetic/benchmark_arithmetic_main.c:32:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < iters; ++i) { ^ examples/benchmark_arithmetic/benchmark_arithmetic_main.c:32:3: note: use option -std=c99,...