We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da2d82 commit 99ce6b3Copy full SHA for 99ce6b3
STM32F1/platform.txt
@@ -36,7 +36,7 @@ compiler.define=-DARDUINO=
36
# this can be overriden in boards.txt
37
build.f_cpu=72000000L
38
build.mcu=cortex-m3
39
-build.common_flags=-mthumb -march=armv7-m -D__STM32F1__ -DARDUINO_ARCH_STM32
+build.common_flags=-mthumb -march=armv7-m -D__STM32F1__
40
build.variant_system_lib=libmaple.a
41
## LED stuff is not really used but is still required in the code
42
build.error_led_port=GPIOB
0 commit comments