Disabled tickless timer for TM4C129x demos.

This commit is contained in:
marcoveeneman 2018-03-02 18:40:55 +01:00
parent e7478cb78d
commit 2a01a63f86
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,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
/** @} */

View File

@ -71,7 +71,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
/** @} */