diff options
Diffstat (limited to 'os/rt/ports/ARMCMx')
-rw-r--r-- | os/rt/ports/ARMCMx/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/ports/ARMCMx/chcore.h b/os/rt/ports/ARMCMx/chcore.h index 9274b6d1d..de95d8c4d 100644 --- a/os/rt/ports/ARMCMx/chcore.h +++ b/os/rt/ports/ARMCMx/chcore.h @@ -197,7 +197,7 @@ struct port_intctx {}; #endif
#if !defined(_FROM_ASM_)
-#if CH_CFG_TIMEDELTA > 0
+#if CH_CFG_ST_TIMEDELTA > 0
#include "chcore_timer.h"
#endif
#endif /* !defined(_FROM_ASM_) */
|