aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
Diffstat (limited to 'os/common')
-rw-r--r--os/common/ports/ARM/chcore_timer.h2
-rw-r--r--os/common/ports/ARMCMx/chcore_timer.h2
-rw-r--r--os/common/ports/AVR/chcore_timer.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/ARM/chcore_timer.h b/os/common/ports/ARM/chcore_timer.h
index 76161602b..3da4bb01e 100644
--- a/os/common/ports/ARM/chcore_timer.h
+++ b/os/common/ports/ARM/chcore_timer.h
@@ -29,7 +29,7 @@
#define _CHCORE_TIMER_H_
/* This is the only header in the HAL designed to be include-able alone.*/
-#include "st.h"
+#include "hal_st.h"
/*===========================================================================*/
/* Module constants. */
diff --git a/os/common/ports/ARMCMx/chcore_timer.h b/os/common/ports/ARMCMx/chcore_timer.h
index 1fb16888b..eec7dcf79 100644
--- a/os/common/ports/ARMCMx/chcore_timer.h
+++ b/os/common/ports/ARMCMx/chcore_timer.h
@@ -29,7 +29,7 @@
#define _CHCORE_TIMER_H_
/* This is the only header in the HAL designed to be include-able alone.*/
-#include "st.h"
+#include "hal_st.h"
/*===========================================================================*/
/* Module constants. */
diff --git a/os/common/ports/AVR/chcore_timer.h b/os/common/ports/AVR/chcore_timer.h
index 3e719da90..3d99af347 100644
--- a/os/common/ports/AVR/chcore_timer.h
+++ b/os/common/ports/AVR/chcore_timer.h
@@ -29,7 +29,7 @@
#define _CHCORE_TIMER_H_
/* This is the only header in the HAL designed to be include-able alone.*/
-#include "st.h"
+#include "hal_st.h"
/*===========================================================================*/
/* Module constants. */