aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 14:45:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 14:45:16 +0000
commit509af41c04084bb0ed467d137efb4aeb68d25a05 (patch)
treee6267fd458b6c80ca3455d8ce89bac4148699ff3 /os/hal/include
parent0d094bec0505fdf1d203c3207a35271ceeda2f8b (diff)
downloadChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.tar.gz
ChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.tar.bz2
ChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7570 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
* @{
*/
/**