aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-03-23 12:36:05 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-03-23 12:36:05 +0000
commit4edc5aeca7251e69dfa772dfdd5b2e012375a809 (patch)
treea9f08ea6ff30038585aee638fc08cb5f01d948da /os/common
parentf8c7e7e99cc005392dd099be9c3670e8386bd518 (diff)
downloadChibiOS-4edc5aeca7251e69dfa772dfdd5b2e012375a809.tar.gz
ChibiOS-4edc5aeca7251e69dfa772dfdd5b2e012375a809.tar.bz2
ChibiOS-4edc5aeca7251e69dfa772dfdd5b2e012375a809.zip
Mass renaming of HAL files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9151 35acf78f-673a-0410-8e92-d51de3d6d3f4
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. */