Skip to content

Commit

Permalink
fix(c0): missing include
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Feb 6, 2025
1 parent 5be76a6 commit e098fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variants/STM32C0xx/C011J(4-6)M/generic_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
#if defined(ARDUINO_GENERIC_C011J4MX) || defined(ARDUINO_GENERIC_C011J6MX)
#include "pins_arduino.h"
#include "stm32yyxx_ll_utils.h"

/**
* @brief System Clock Configuration
Expand Down

0 comments on commit e098fb8

Please sign in to comment.