Skip to content

Commit f393d56

Browse files
committed
chore: add HAL_RADIO*_MODULE_ENABLED
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent b17f230 commit f393d56

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cores/arduino/stm32/stm32yyxx_hal_conf.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,18 @@
8282
#undef HAL_SUBGHZ_MODULE_ENABLED
8383
#endif
8484

85+
#if !defined(HAL_RADIO_MODULE_DISABLED)
86+
#define HAL_RADIO_MODULE_ENABLED
87+
#else
88+
#undef HAL_RADIO_MODULE_ENABLED
89+
#endif
90+
91+
#if !defined(HAL_RADIO_TIMER_MODULE_DISABLED)
92+
#define HAL_RADIO_TIMER_MODULE_ENABLED
93+
#else
94+
#undef HAL_RADIO_TIMER_MODULE_ENABLED
95+
#endif
96+
8597
/*
8698
* Not defined by default
8799
*/

0 commit comments

Comments
 (0)