Skip to content

Commit e098fb8

Browse files
committed
fix(c0): missing include
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5be76a6 commit e098fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/STM32C0xx/C011J(4-6)M/generic_clock.c

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313
#if defined(ARDUINO_GENERIC_C011J4MX) || defined(ARDUINO_GENERIC_C011J6MX)
1414
#include "pins_arduino.h"
15+
#include "stm32yyxx_ll_utils.h"
1516

1617
/**
1718
* @brief System Clock Configuration

0 commit comments

Comments
 (0)