aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/EXTIv1
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/EXTIv1')
-rw-r--r--os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.c (renamed from os/hal/ports/STM32/LLD/EXTIv1/ext_lld.c)0
-rw-r--r--os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.h (renamed from os/hal/ports/STM32/LLD/EXTIv1/ext_lld.h)2
2 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/EXTIv1/ext_lld.c b/os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.c
index e68b4de3f..e68b4de3f 100644
--- a/os/hal/ports/STM32/LLD/EXTIv1/ext_lld.c
+++ b/os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.c
diff --git a/os/hal/ports/STM32/LLD/EXTIv1/ext_lld.h b/os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.h
index 95bb3982e..569b48b3f 100644
--- a/os/hal/ports/STM32/LLD/EXTIv1/ext_lld.h
+++ b/os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.h
@@ -27,7 +27,7 @@
#if HAL_USE_EXT || defined(__DOXYGEN__)
-#include "ext_lld_isr.h"
+#include "hal_ext_lld_isr.h"
/*===========================================================================*/
/* Driver constants. */