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

pull/7176/head
iabdalkader 2021-04-28 20:10:30 +02:00 zatwierdzone przez Damien George
rodzic d74e2aca3e
commit baa712b7f0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);