diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-04 10:25:43 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-04 10:25:43 +0000 |
commit | 0613a5e3ace103c98b4ebee8bf5e847938c5d3d8 (patch) | |
tree | d369c8e8a3a437fb3ff4670df3cae39f61a64910 /testhal/STM32/STM32F7xx/USB_RAW | |
parent | bcc7351bebffde4bd8725a272dc239951933ac39 (diff) | |
download | ChibiOS-0613a5e3ace103c98b4ebee8bf5e847938c5d3d8.tar.gz ChibiOS-0613a5e3ace103c98b4ebee8bf5e847938c5d3d8.tar.bz2 ChibiOS-0613a5e3ace103c98b4ebee8bf5e847938c5d3d8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8684 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_RAW')
-rw-r--r-- | testhal/STM32/STM32F7xx/USB_RAW/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h index 620564e56..b5795032c 100644 --- a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h +++ b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h @@ -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_ */
|