8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ae5d3 commit 4937174Copy full SHA for 4937174
ports/stm32/cyw43_configport.h
@@ -85,9 +85,12 @@
85
86
#define CYW43_PIN_WL_REG_ON pyb_pin_WL_REG_ON
87
#define CYW43_PIN_WL_HOST_WAKE pyb_pin_WL_HOST_WAKE
88
-#define CYW43_PIN_WL_RFSW_VDD pyb_pin_WL_RFSW_VDD
89
#define CYW43_PIN_WL_SDIO_1 pyb_pin_WL_SDIO_1
90
+#if MICROPY_HW_ENABLE_RF_SWITCH
91
+#define CYW43_PIN_WL_RFSW_VDD pyb_pin_WL_RFSW_VDD
92
+#endif
93
+
94
#define cyw43_schedule_internal_poll_dispatch(func) pendsv_schedule_dispatch(PENDSV_DISPATCH_CYW43, func)
95
96
void cyw43_post_poll_hook(void);
0 commit comments