aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-01-27 10:57:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-01-27 10:57:41 +0000
commitbb3dee47edaa6d226391410b696c14cf63e2c745 (patch)
tree4f50f5da035676eb441511fa8b40de8ef2be9c81 /os/nil/ports
parent9d9cbba7a6550075f2fc3c0a1b85d9dc64655458 (diff)
downloadChibiOS-bb3dee47edaa6d226391410b696c14cf63e2c745.tar.gz
ChibiOS-bb3dee47edaa6d226391410b696c14cf63e2c745.tar.bz2
ChibiOS-bb3dee47edaa6d226391410b696c14cf63e2c745.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6647 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil/ports')
-rw-r--r--os/nil/ports/ARMCMx/nilcore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/nil/ports/ARMCMx/nilcore.h b/os/nil/ports/ARMCMx/nilcore.h
index b7f60d1ff..9d9c643b4 100644
--- a/os/nil/ports/ARMCMx/nilcore.h
+++ b/os/nil/ports/ARMCMx/nilcore.h
@@ -221,13 +221,15 @@ struct port_intctx {};
#endif
#if !defined(_FROM_ASM_)
+
#if NIL_CFG_ST_TIMEDELTA > 0
#if !PORT_USE_ALT_TIMER
#include "nilcore_timer.h"
#else /* PORT_USE_ALT_TIMER */
#include "nilcore_timer_alt.h"
#endif /* PORT_USE_ALT_TIMER */
-#endif
+#endif /* NIL_CFG_ST_TIMEDELTA > 0 */
+
#endif /* !defined(_FROM_ASM_) */
#endif /* _NILCORE_H_ */