aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-05-26 08:11:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-05-26 08:11:11 +0000
commit158c0e054819865910c2a8b1793e95ec74f9f301 (patch)
tree702fa5b148125b38f13bc232b3d4ca5d22f3f85d /os
parentabda3392d621ddb49fedced945438955609c8955 (diff)
downloadChibiOS-158c0e054819865910c2a8b1793e95ec74f9f301.tar.gz
ChibiOS-158c0e054819865910c2a8b1793e95ec74f9f301.tar.bz2
ChibiOS-158c0e054819865910c2a8b1793e95ec74f9f301.zip
Fixed bug #1030.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12812 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'os')
-rw-r--r--os/rt/include/chvt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h
index 868eb77e8..70c3182e6 100644
--- a/os/rt/include/chvt.h
+++ b/os/rt/include/chvt.h
@@ -45,9 +45,9 @@
"be zero or greater than one"
#endif
-//#if (CH_CFG_ST_TIMEDELTA > 0) && (CH_CFG_TIME_QUANTUM > 0)
-//#error "CH_CFG_TIME_QUANTUM not supported in tickless mode"
-//#endif
+#if (CH_CFG_ST_TIMEDELTA > 0) && (CH_CFG_TIME_QUANTUM > 0)
+#error "CH_CFG_TIME_QUANTUM not supported in tickless mode"
+#endif
#if (CH_CFG_ST_TIMEDELTA > 0) && (CH_DBG_THREADS_PROFILING == TRUE)
#error "CH_DBG_THREADS_PROFILING not supported in tickless mode"