aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32')
-rw-r--r--os/hal/ports/STM32/GPIOv1/pal_lld.c1
-rw-r--r--os/hal/ports/STM32/RTCv1/rtc_lld.c1
-rw-r--r--os/hal/ports/STM32/mac_lld.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/GPIOv1/pal_lld.c b/os/hal/ports/STM32/GPIOv1/pal_lld.c
index 31eec7883..decfa9b28 100644
--- a/os/hal/ports/STM32/GPIOv1/pal_lld.c
+++ b/os/hal/ports/STM32/GPIOv1/pal_lld.c
@@ -22,7 +22,6 @@
* @{
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)
diff --git a/os/hal/ports/STM32/RTCv1/rtc_lld.c b/os/hal/ports/STM32/RTCv1/rtc_lld.c
index 108d94fb6..094b569d8 100644
--- a/os/hal/ports/STM32/RTCv1/rtc_lld.c
+++ b/os/hal/ports/STM32/RTCv1/rtc_lld.c
@@ -26,7 +26,6 @@
* @{
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_RTC || defined(__DOXYGEN__)
diff --git a/os/hal/ports/STM32/mac_lld.c b/os/hal/ports/STM32/mac_lld.c
index f766698e8..ab259912f 100644
--- a/os/hal/ports/STM32/mac_lld.c
+++ b/os/hal/ports/STM32/mac_lld.c
@@ -24,7 +24,6 @@
#include <string.h>
-#include "ch.h"
#include "hal.h"
#if HAL_USE_MAC || defined(__DOXYGEN__)