git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8684 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-01-04 10:25:43 +00:00
parent bcc7351beb
commit 0613a5e3ac
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@
* @note Disabling this option saves both code and data space.
*/
#if !defined(USB_USE_WAIT) || defined(__DOXYGEN__)
#define USB_USE_WAIT FALSE
#define USB_USE_WAIT TRUE
#endif
#endif /* _HALCONF_H_ */