diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-26 09:45:33 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-26 09:45:33 +0000 |
commit | c5495d7351c6901d4bb9a34429f87d426f28577c (patch) | |
tree | 9e5ccc8b4dbd7b8924d9f86ac44350f83ecae9ee /demos/STM32 | |
parent | c7f42d1d7175654fab88ad59e44898379d07516e (diff) | |
download | ChibiOS-c5495d7351c6901d4bb9a34429f87d426f28577c.tar.gz ChibiOS-c5495d7351c6901d4bb9a34429f87d426f28577c.tar.bz2 ChibiOS-c5495d7351c6901d4bb9a34429f87d426f28577c.zip |
Various RCC changes, ST driver working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11187 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r-- | demos/STM32/RT-STM32H743I-NUCLEO144/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/chconf.h b/demos/STM32/RT-STM32H743I-NUCLEO144/chconf.h index 6ce63df18..1a1d8b293 100644 --- a/demos/STM32/RT-STM32H743I-NUCLEO144/chconf.h +++ b/demos/STM32/RT-STM32H743I-NUCLEO144/chconf.h @@ -71,7 +71,7 @@ * The value one is not valid, timeouts are rounded up to
* this value.
*/
-#define CH_CFG_ST_TIMEDELTA 0
+#define CH_CFG_ST_TIMEDELTA 2
/** @} */
|