Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CI/update/stm32wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# re
peripheral_c_regex = re.compile(r"stm32\w+_[h]?[al][l]_(.*).c$")
peripheral_h_regex = re.compile(r"stm32\w+_(\w+).h$")
peripheral_h_regex = re.compile(r"stm32\w+_[h]?[al][l]_(.*).h$")


def checkConfig(arg_core, arg_cmsis):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _STM32YYXX_LL_TIMER_H_
#define _STM32YYXX_LL_TIMER_H_
#ifndef _STM32YYXX_LL_RADIO_TIMER_H_
#define _STM32YYXX_LL_RADIO_TIMER_H_
/* LL raised several warnings, ignore them */
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
Expand All @@ -9,7 +9,7 @@
#endif

#ifdef STM32WB0x
#include "stm32wb0x_ll_timer.h"
#include "stm32wb0x_ll_radio_timer.h"
#endif
#pragma GCC diagnostic pop
#endif /* _STM32YYXX_LL_TIMER_H_ */
#endif /* _STM32YYXX_LL_RADIO_TIMER_H_ */