Skip to content

Commit

Permalink
core(WBA): update wrapped files
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 Jan 9, 2025
1 parent de522b4 commit 7afbaac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cores/arduino/stm32/stm32_def_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@
#define CMSIS_STARTUP_FILE "startup_stm32wba54xx.s"
#elif defined(STM32WBA55xx)
#define CMSIS_STARTUP_FILE "startup_stm32wba55xx.s"
#elif defined(STM32WBA5Mxx)
#define CMSIS_STARTUP_FILE "startup_stm32wba5mxx.s"
#elif defined(STM32WB10xx)
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
#elif defined(STM32WB15xx)
Expand Down

0 comments on commit 7afbaac

Please sign in to comment.