aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/AVR/RT-ARDUINO-LEONARDO/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/RT-ARDUINO-LEONARDO/mcuconf.h b/demos/AVR/RT-ARDUINO-LEONARDO/mcuconf.h
index 9a3836408..a8ccb070c 100644
--- a/demos/AVR/RT-ARDUINO-LEONARDO/mcuconf.h
+++ b/demos/AVR/RT-ARDUINO-LEONARDO/mcuconf.h
@@ -109,7 +109,7 @@
/*
* USB driver system settings.
*/
-#define AVR_USB_USE_USB1 FALSE
+#define AVR_USB_USE_USB1 TRUE
#define AVR_USB_USE_NAMED_ADDRESS_SPACES FALSE
#endif /* MCUCONF_H */