diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-11 12:51:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-11 12:51:33 +0000 |
commit | 0f341a84ecbffa235bf0d2f461181deaad92bf2f (patch) | |
tree | 4bd7801c568d63ad50bdc4c915faa7d7d4e1f9bd /os/rt/osal | |
parent | ab736d4dfd758091ed3d6244f7170dd641739aed (diff) | |
download | ChibiOS-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.h | 2 |
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
|