File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
libraries/SrcWrapper/src/HAL Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 266266 #define CMSIS_STARTUP_FILE "startup_stm32l052xx.s"
267267 #elif defined(STM32L053xx )
268268 #define CMSIS_STARTUP_FILE "startup_stm32l053xx.s"
269- #elif defined(STM32L061xx )
270- #define CMSIS_STARTUP_FILE "startup_stm32l061xx.s"
271269 #elif defined(STM32L062xx )
272270 #define CMSIS_STARTUP_FILE "startup_stm32l062xx.s"
273271 #elif defined(STM32L063xx )
Original file line number Diff line number Diff line change 2525#ifdef STM32H7xx
2626 #include "stm32h7xx_hal_exti.c"
2727#endif
28+ #ifdef STM32L0xx
29+ #include "stm32l0xx_hal_exti.c"
30+ #endif
2831#ifdef STM32L1xx
2932 #include "stm32l1xx_hal_exti.c"
3033#endif
Original file line number Diff line number Diff line change 1+ #ifdef STM32L0xx
2+ #include "stm32l0xx_hal_smbus_ex.c"
3+ #endif
You can’t perform that action at this time.
0 commit comments