aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2018-03-02 18:40:55 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2018-03-02 18:40:55 +0100
commit2a01a63f86f4e9856818ddd96e8e1633b3679357 (patch)
tree1ac5a084fbbd6bb49e91b6c879ad4c16440d36ae /demos
parente7478cb78dcb59a526f88d8b8a8759eb688919dd (diff)
downloadChibiOS-Contrib-2a01a63f86f4e9856818ddd96e8e1633b3679357.tar.gz
ChibiOS-Contrib-2a01a63f86f4e9856818ddd96e8e1633b3679357.tar.bz2
ChibiOS-Contrib-2a01a63f86f4e9856818ddd96e8e1633b3679357.zip
Disabled tickless timer for TM4C129x demos.
Diffstat (limited to 'demos')
-rw-r--r--demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/chconf.h2
-rw-r--r--demos/TIVA/RT-TM4C1294-LAUNCHPAD/chconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/chconf.h b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/chconf.h
index 7b3b83f..400e5ff 100644
--- a/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/chconf.h
+++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/chconf.h
@@ -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
/** @} */
diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/chconf.h b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/chconf.h
index 7b3b83f..400e5ff 100644
--- a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/chconf.h
+++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/chconf.h
@@ -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
/** @} */