aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/ports/ARMCMx/nilcore_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/nil/ports/ARMCMx/nilcore_timer.h')
-rw-r--r--os/nil/ports/ARMCMx/nilcore_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/nil/ports/ARMCMx/nilcore_timer.h b/os/nil/ports/ARMCMx/nilcore_timer.h
index 166610b2c..9079dea8c 100644
--- a/os/nil/ports/ARMCMx/nilcore_timer.h
+++ b/os/nil/ports/ARMCMx/nilcore_timer.h
@@ -19,7 +19,7 @@
*/
/**
- * @file ARMCMx/chcore_timer.h
+ * @file ARMCMx/nilcore_timer.h
* @brief System timer header file.
*
* @addtogroup ARMCMx_TIMER
@@ -33,7 +33,7 @@
/* If, for some reason, the use of the HAL-provided ST timer port interface
is not wanted, it is possible to provide the timer interface into a custom
module.*/
-#include "chcore_timer_ext.h"
+#include "nilcore_timer_ext.h"
#else /* !defined(PORT_DO_NOT_USE_ST) */