aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/adc.h2
-rw-r--r--os/hal/include/dac.h2
-rw-r--r--os/hal/include/icu.h2
-rw-r--r--os/hal/include/spi.h2
-rw-r--r--os/hal/include/usb.h2
5 files changed, 5 insertions, 5 deletions
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
* @{
*/
/**