Skip to content

Commit 75bda51

Browse files
committed
fix(C0): add missing include
Raised in #2250. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 73b834c commit 75bda51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/STM32C0xx/C011D6Y_C011F(4-6)(P-U)_C031F(4-6)P/generic_clock.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
defined(ARDUINO_GENERIC_C011F6UX) || defined(ARDUINO_GENERIC_C031F4PX) ||\
1616
defined(ARDUINO_GENERIC_C031F6PX)
1717
#include "pins_arduino.h"
18+
#include "stm32yyxx_ll_utils.h"
1819

1920
/**
2021
* @brief System Clock Configuration

0 commit comments

Comments
 (0)