nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.

pull/1/head
Daniel Mizyrycki 2019-12-05 17:07:51 -08:00 committed by Damien George
parent cc634b9e92
commit 2df6a0436d
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
#define MICROPY_PY_MACHINE_TEMP (1)
#define MICROPY_PY_RANDOM_HW_RNG (1)
#define MICROPY_HW_USB_CDC (1)
#define MICROPY_HW_HAS_LED (1)
#define MICROPY_HW_LED_TRICOLOR (1)
#define MICROPY_HW_LED_PULLUP (1)