We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17f230 commit f393d56Copy full SHA for f393d56
1 file changed
cores/arduino/stm32/stm32yyxx_hal_conf.h
@@ -82,6 +82,18 @@
82
#undef HAL_SUBGHZ_MODULE_ENABLED
83
#endif
84
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
94
+ #undef HAL_RADIO_TIMER_MODULE_ENABLED
95
96
97
/*
98
* Not defined by default
99
*/
0 commit comments