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 61
61
62
62
# re
63
63
peripheral_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$" )
65
65
66
66
67
67
def 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_
3
3
/* LL raised several warnings, ignore them */
4
4
#pragma GCC diagnostic push
5
5
#pragma GCC diagnostic ignored "-Wunused-parameter"
9
9
#endif
10
10
11
11
#ifdef STM32WB0x
12
- #include "stm32wb0x_ll_timer .h"
12
+ #include "stm32wb0x_ll_radio_timer .h"
13
13
#endif
14
14
#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