Skip to content

Commit 8ae25ad

Browse files
committed
core(C0): add top HAL include
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 8925892 commit 8ae25ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cores/arduino/stm32/stm32_def.h

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

2323
#define USE_HAL_DRIVER
2424

25-
#if defined(STM32F0xx)
25+
#if defined(STM32C0xx)
26+
#include "stm32c0xx.h"
27+
#elif defined(STM32F0xx)
2628
#include "stm32f0xx.h"
2729
#elif defined(STM32F1xx)
2830
#include "stm32f1xx.h"

0 commit comments

Comments
 (0)