aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F1xx
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F1xx')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c2
-rw-r--r--os/hal/ports/STM32/STM32F1xx/hal_adc_lld.h2
-rw-r--r--os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c2
-rw-r--r--os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c b/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c
index fc04e2f48..2f3f7cfa8 100644
--- a/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c
+++ b/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file STM32F1xx/adc_lld.c
+ * @file STM32F1xx/hal_adc_lld.c
* @brief STM32F1xx ADC subsystem low level driver source.
*
* @addtogroup ADC
diff --git a/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.h b/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.h
index 2d9bf5d3e..2c37db180 100644
--- a/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.h
+++ b/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file STM32F1xx/adc_lld.h
+ * @file STM32F1xx/hal_adc_lld.h
* @brief STM32F1xx ADC subsystem low level driver header.
*
* @addtogroup ADC
diff --git a/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c b/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c
index 12e360cd5..4479262c2 100644
--- a/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c
+++ b/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c
@@ -15,7 +15,7 @@
*/
/**
- * @file STM32F1xx/ext_lld_isr.c
+ * @file STM32F1xx/hal_ext_lld_isr.c
* @brief STM32F1xx EXT subsystem low level driver ISR code.
*
* @addtogroup EXT
diff --git a/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.h b/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.h
index 4e007d210..fe0101b28 100644
--- a/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.h
+++ b/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.h
@@ -15,7 +15,7 @@
*/
/**
- * @file STM32F1xx/ext_lld_isr.h
+ * @file STM32F1xx/hal_ext_lld_isr.h
* @brief STM32F1xx EXT subsystem low level driver ISR header.
*
* @addtogroup EXT