diff options
Diffstat (limited to 'os/nil/osal/osal.h')
-rw-r--r-- | os/nil/osal/osal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/osal/osal.h b/os/nil/osal/osal.h index d4394687e..71d47894f 100644 --- a/os/nil/osal/osal.h +++ b/os/nil/osal/osal.h @@ -88,7 +88,7 @@ /**
* @brief Systick mode required by the underlying OS.
*/
-#if (NIL_CFG_TIMEDELTA == 0) || defined(__DOXYGEN__)
+#if (NIL_CFG_ST_TIMEDELTA == 0) || defined(__DOXYGEN__)
#define OSAL_ST_MODE OSAL_ST_MODE_PERIODIC
#else
#define OSAL_ST_MODE OSAL_ST_MODE_FREERUNNING
|