aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-17 19:37:30 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-17 19:37:30 +0000
commit885c2660aff350fc4a5edc41c0bd2407a093a408 (patch)
tree65c0b7a3a40b3fb7d02f70c032648bc139d100c8
parentdc6ae993810176e8fb1db7f805de677e52dd2f49 (diff)
downloadChibiOS-885c2660aff350fc4a5edc41c0bd2407a093a408.tar.gz
ChibiOS-885c2660aff350fc4a5edc41c0bd2407a093a408.tar.bz2
ChibiOS-885c2660aff350fc4a5edc41c0bd2407a093a408.zip
Activate the USB driver in mcuconf file to build the demo without any error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10443 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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 */