Skip to content

Commit 2df6a04

Browse files
mzdanieldpgeorge
authored andcommitted
nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.
1 parent cc634b9 commit 2df6a04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/nrf/boards/particle_xenon/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#define MICROPY_PY_MACHINE_TEMP (1)
3939
#define MICROPY_PY_RANDOM_HW_RNG (1)
4040

41+
#define MICROPY_HW_USB_CDC (1)
42+
4143
#define MICROPY_HW_HAS_LED (1)
4244
#define MICROPY_HW_LED_TRICOLOR (1)
4345
#define MICROPY_HW_LED_PULLUP (1)

0 commit comments

Comments
 (0)