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
This commit is contained in:
Theodore Ateba 2017-08-17 19:37:30 +00:00
parent dc6ae99381
commit 885c2660af
1 changed files with 1 additions and 1 deletions

View File

@ -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 */