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:
parent
dc6ae99381
commit
885c2660af
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue