diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 14:42:44 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 14:42:44 +0000 |
commit | c7a158233872f963344bd1a0c57fdfbd559aed57 (patch) | |
tree | baba8b58df44860fdf7859010df7fae2d8cee923 /testhal/STM32/STM32F1xx/USB_CDC_F107/chconf.h | |
parent | dce45c502e691cc8ec98bc7c88a4922aedfcb76d (diff) | |
download | ChibiOS-c7a158233872f963344bd1a0c57fdfbd559aed57.tar.gz ChibiOS-c7a158233872f963344bd1a0c57fdfbd559aed57.tar.bz2 ChibiOS-c7a158233872f963344bd1a0c57fdfbd559aed57.zip |
Fixed broken F107 USB demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10213 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F1xx/USB_CDC_F107/chconf.h')
-rw-r--r-- | testhal/STM32/STM32F1xx/USB_CDC_F107/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F1xx/USB_CDC_F107/chconf.h b/testhal/STM32/STM32F1xx/USB_CDC_F107/chconf.h index ee20e3c78..6485ca9ba 100644 --- a/testhal/STM32/STM32F1xx/USB_CDC_F107/chconf.h +++ b/testhal/STM32/STM32F1xx/USB_CDC_F107/chconf.h @@ -58,7 +58,7 @@ * The value one is not valid, timeouts are rounded up to
* this value.
*/
-#define CH_CFG_ST_TIMEDELTA 2
+#define CH_CFG_ST_TIMEDELTA 0
/** @} */
|