From e301623ae0cf6727d3eac0d4520c08c0121f050f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:40:40 +0000 Subject: Documentation related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9218 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c | 2 +- os/hal/ports/STM32/STM32F1xx/hal_adc_lld.h | 2 +- os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c | 2 +- os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'os/hal/ports/STM32/STM32F1xx') 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 -- cgit v1.2.3