stm32/boards/PYBD_SF2: Enable RF switch compile option.

This commit is contained in:
iabdalkader
2021-04-28 20:10:30 +02:00
committed by Damien George
parent d74e2aca3e
commit baa712b7f0

View File

@@ -39,6 +39,7 @@
#define MICROPY_HW_ENABLE_USB (1)
#define MICROPY_HW_ENABLE_SDCARD (1)
#define MICROPY_HW_ENABLE_MMCARD (1)
#define MICROPY_HW_ENABLE_RF_SWITCH (1)
#define MICROPY_BOARD_EARLY_INIT board_early_init
#define MICROPY_BOARD_ENTER_STOP board_sleep(1);