Skip to content

Commit 1eaf224

Browse files
committed
core: unified preprocessor test format
This will ease parsing for cube drivers addition Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent aa8ec6b commit 1eaf224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/stm32/stm32_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define USE_HAL_DRIVER
2424

25-
#ifdef STM32F0xx
25+
#if defined(STM32F0xx)
2626
#include "stm32f0xx.h"
2727
#elif defined(STM32F1xx)
2828
#include "stm32f1xx.h"

0 commit comments

Comments
 (0)