aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/dox/dac.dox2
-rw-r--r--os/hal/dox/mac.dox2
-rw-r--r--os/hal/dox/rtc.dox2
-rw-r--r--os/hal/dox/wdg.dox2
4 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/dox/dac.dox b/os/hal/dox/dac.dox
index fe0a77362..589fde3fb 100644
--- a/os/hal/dox/dac.dox
+++ b/os/hal/dox/dac.dox
@@ -16,7 +16,7 @@
/**
* @defgroup DAC DAC Driver
- * @brief Generic DAC driver.
+ * @brief Generic DAC Driver.
* @details This module implements a generic DAC (Digital to Analog Converter)
* driver.
* @pre In order to use the MAC driver the @p HAL_USE_DAC option
diff --git a/os/hal/dox/mac.dox b/os/hal/dox/mac.dox
index 925281984..d4b6db29a 100644
--- a/os/hal/dox/mac.dox
+++ b/os/hal/dox/mac.dox
@@ -16,7 +16,7 @@
/**
* @defgroup MAC MAC Driver
- * @brief Generic MAC driver.
+ * @brief Generic MAC Driver.
* @details This module implements a generic MAC (Media Access Control)
* driver for Ethernet controllers.
* @pre In order to use the MAC driver the @p HAL_USE_MAC option
diff --git a/os/hal/dox/rtc.dox b/os/hal/dox/rtc.dox
index db0a2618c..ea14de722 100644
--- a/os/hal/dox/rtc.dox
+++ b/os/hal/dox/rtc.dox
@@ -16,7 +16,7 @@
/**
* @defgroup RTC RTC Driver
- * @brief Real Time Clock Abstraction Layer
+ * @brief Generic RTC Driver.
* @details This module defines an abstract interface for a Real Time Clock
* Peripheral.
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
diff --git a/os/hal/dox/wdg.dox b/os/hal/dox/wdg.dox
index 4ca070479..fc296bc08 100644
--- a/os/hal/dox/wdg.dox
+++ b/os/hal/dox/wdg.dox
@@ -16,7 +16,7 @@
/**
* @defgroup WDG WDG Driver
- * @brief Watchdog Timer Abstraction Layer
+ * @brief Generic WDG Driver
* @details This module defines an abstract interface for a watchdog
* timer.
* @pre In order to use the WDG driver the @p HAL_USE_WDG option