We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8ec6b commit 1eaf224Copy full SHA for 1eaf224
cores/arduino/stm32/stm32_def.h
@@ -22,7 +22,7 @@
22
23
#define USE_HAL_DRIVER
24
25
-#ifdef STM32F0xx
+#if defined(STM32F0xx)
26
#include "stm32f0xx.h"
27
#elif defined(STM32F1xx)
28
#include "stm32f1xx.h"
0 commit comments