aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/osal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-11 12:51:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-11 12:51:33 +0000
commit0f341a84ecbffa235bf0d2f461181deaad92bf2f (patch)
tree4bd7801c568d63ad50bdc4c915faa7d7d4e1f9bd /os/rt/osal
parentab736d4dfd758091ed3d6244f7170dd641739aed (diff)
downloadChibiOS-0f341a84ecbffa235bf0d2f461181deaad92bf2f.tar.gz
ChibiOS-0f341a84ecbffa235bf0d2f461181deaad92bf2f.tar.bz2
ChibiOS-0f341a84ecbffa235bf0d2f461181deaad92bf2f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6293 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/osal')
-rw-r--r--os/rt/osal/osal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/osal/osal.h b/os/rt/osal/osal.h
index f1d37699f..04b9ba76a 100644
--- a/os/rt/osal/osal.h
+++ b/os/rt/osal/osal.h
@@ -88,7 +88,7 @@
/**
* @brief Systick mode required by the underlying OS.
*/
-#if (CH_CFG_TIMEDELTA == 0) || defined(__DOXYGEN__)
+#if (CH_CFG_ST_TIMEDELTA == 0) || defined(__DOXYGEN__)
#define OSAL_ST_MODE OSAL_ST_MODE_PERIODIC
#else
#define OSAL_ST_MODE OSAL_ST_MODE_FREERUNNING