diff options
Diffstat (limited to 'os/nil/ports')
-rw-r--r-- | os/nil/ports/ARMCMx/nilcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/ports/ARMCMx/nilcore.h b/os/nil/ports/ARMCMx/nilcore.h index a4d032b95..85e004dca 100644 --- a/os/nil/ports/ARMCMx/nilcore.h +++ b/os/nil/ports/ARMCMx/nilcore.h @@ -197,7 +197,7 @@ struct port_intctx {}; #endif
#if !defined(_FROM_ASM_)
-#if NIL_CFG_TIMEDELTA > 0
+#if NIL_CFG_ST_TIMEDELTA > 0
#include "nilcore_timer.h"
#endif
#endif /* !defined(_FROM_ASM_) */
|