Skip to content

Commit

Permalink
fix(C0): add missing include
Browse files Browse the repository at this point in the history
Raised in stm32duino#2250.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jan 15, 2024
1 parent 73b834c commit 75bda51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
defined(ARDUINO_GENERIC_C011F6UX) || defined(ARDUINO_GENERIC_C031F4PX) ||\
defined(ARDUINO_GENERIC_C031F6PX)
#include "pins_arduino.h"
#include "stm32yyxx_ll_utils.h"

/**
* @brief System Clock Configuration
Expand Down

0 comments on commit 75bda51

Please sign in to comment.