File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
libraries/SrcWrapper/inc/LL Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6161
6262# re
6363peripheral_c_regex = re .compile (r"stm32\w+_[h]?[al][l]_(.*).c$" )
64- peripheral_h_regex = re .compile (r"stm32\w+_(\w+ ).h$" )
64+ peripheral_h_regex = re .compile (r"stm32\w+_[h]?[al][l]_(.* ).h$" )
6565
6666
6767def checkConfig (arg_core , arg_cmsis ):
Original file line number Diff line number Diff line change 1- #ifndef _STM32YYXX_LL_TIMER_H_
2- #define _STM32YYXX_LL_TIMER_H_
1+ #ifndef _STM32YYXX_LL_RADIO_TIMER_H_
2+ #define _STM32YYXX_LL_RADIO_TIMER_H_
33/* LL raised several warnings, ignore them */
44#pragma GCC diagnostic push
55#pragma GCC diagnostic ignored "-Wunused-parameter"
99#endif
1010
1111#ifdef STM32WB0x
12- #include "stm32wb0x_ll_timer .h"
12+ #include "stm32wb0x_ll_radio_timer .h"
1313#endif
1414#pragma GCC diagnostic pop
15- #endif /* _STM32YYXX_LL_TIMER_H_ */
15+ #endif /* _STM32YYXX_LL_RADIO_TIMER_H_ */
You can’t perform that action at this time.
0 commit comments