File tree 2 files changed +9
-1
lines changed
libraries/SrcWrapper/src/HAL
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
#define CMSIS_STARTUP_FILE "startup_stm32c011xx.s"
7
7
#elif defined(STM32C031xx )
8
8
#define CMSIS_STARTUP_FILE "startup_stm32c031xx.s"
9
+ #elif defined(STM32C051xx )
10
+ #define CMSIS_STARTUP_FILE "startup_stm32c051xx.s"
9
11
#elif defined(STM32C071xx )
10
12
#define CMSIS_STARTUP_FILE "startup_stm32c071xx.s"
13
+ #elif defined(STM32C091xx )
14
+ #define CMSIS_STARTUP_FILE "startup_stm32c091xx.s"
15
+ #elif defined(STM32C092xx )
16
+ #define CMSIS_STARTUP_FILE "startup_stm32c092xx.s"
11
17
#elif defined(STM32F030x6 )
12
18
#define CMSIS_STARTUP_FILE "startup_stm32f030x6.s"
13
19
#elif defined(STM32F030x8 )
Original file line number Diff line number Diff line change 2
2
#pragma GCC diagnostic push
3
3
#pragma GCC diagnostic ignored "-Wunused-parameter"
4
4
5
- #ifdef STM32G0xx
5
+ #ifdef STM32C0xx
6
+ #include "stm32c0xx_hal_fdcan.c"
7
+ #elif STM32G0xx
6
8
#include "stm32g0xx_hal_fdcan.c"
7
9
#elif STM32G4xx
8
10
#include "stm32g4xx_hal_fdcan.c"
You can’t perform that action at this time.
0 commit comments