From 509af41c04084bb0ed467d137efb4aeb68d25a05 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 11 Dec 2014 14:45:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7570 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/adc.h | 2 +- os/hal/include/dac.h | 2 +- os/hal/include/icu.h | 2 +- os/hal/include/spi.h | 2 +- os/hal/include/usb.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'os/hal/include') diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h index 7bef5db6f..4fc1398bf 100644 --- a/os/hal/include/adc.h +++ b/os/hal/include/adc.h @@ -87,7 +87,7 @@ typedef enum { /*===========================================================================*/ /** - * @name Low Level driver helper macros + * @name Low level driver helper macros * @{ */ #if ADC_USE_WAIT || defined(__DOXYGEN__) diff --git a/os/hal/include/dac.h b/os/hal/include/dac.h index 9fec43af3..5bc90a34d 100644 --- a/os/hal/include/dac.h +++ b/os/hal/include/dac.h @@ -87,7 +87,7 @@ typedef enum { /*===========================================================================*/ /** - * @name Low Level driver helper macros + * @name Low level driver helper macros * @{ */ #if DAC_USE_WAIT || defined(__DOXYGEN__) diff --git a/os/hal/include/icu.h b/os/hal/include/icu.h index b66ffcb88..aae08342c 100644 --- a/os/hal/include/icu.h +++ b/os/hal/include/icu.h @@ -169,7 +169,7 @@ typedef void (*icucallback_t)(ICUDriver *icup); /** @} */ /** - * @name Low Level driver helper macros + * @name Low level driver helper macros * @{ */ /** diff --git a/os/hal/include/spi.h b/os/hal/include/spi.h index b44e5cf1d..d700f319e 100644 --- a/os/hal/include/spi.h +++ b/os/hal/include/spi.h @@ -209,7 +209,7 @@ typedef enum { /** @} */ /** - * @name Low Level driver helper macros + * @name Low level driver helper macros * @{ */ #if SPI_USE_WAIT || defined(__DOXYGEN__) diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index 0688094e0..860dfd83e 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -469,7 +469,7 @@ typedef const USBDescriptor * (*usbgetdescriptor_t)(USBDriver *usbp, /** @} */ /** - * @name Low Level driver helper macros + * @name Low level driver helper macros * @{ */ /** -- cgit v1.2.3