aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chvt.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-27 10:22:40 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-27 10:22:40 +0000
commit71ccd7eb14c4cb3cc4362feda7adc19ec2fd0ff8 (patch)
treee136d0d671a42cf67fd79853385bd6a100468b61 /os/rt/include/chvt.h
parent56a33f50edb32b44b68125c961ae9125431b7965 (diff)
downloadChibiOS-71ccd7eb14c4cb3cc4362feda7adc19ec2fd0ff8.tar.gz
ChibiOS-71ccd7eb14c4cb3cc4362feda7adc19ec2fd0ff8.tar.bz2
ChibiOS-71ccd7eb14c4cb3cc4362feda7adc19ec2fd0ff8.zip
Renamed thread field "preempt" in "ticks" for clearness.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11079 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chvt.h')
-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 2102df345..412540c07 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"