diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-05 11:19:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-05 11:19:34 +0000 |
commit | c13011a06972ba80523e340cbfd6a9dc7d942c1a (patch) | |
tree | c07198e5b301b6f7c0f19f96316ca1d5bea52bf2 /os/hal/dox | |
parent | 64acf753c775e724040fea8d286903a1a497a04b (diff) | |
download | ChibiOS-c13011a06972ba80523e340cbfd6a9dc7d942c1a.tar.gz ChibiOS-c13011a06972ba80523e340cbfd6a9dc7d942c1a.tar.bz2 ChibiOS-c13011a06972ba80523e340cbfd6a9dc7d942c1a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8693 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox')
-rw-r--r-- | os/hal/dox/dac.dox | 2 | ||||
-rw-r--r-- | os/hal/dox/mac.dox | 2 | ||||
-rw-r--r-- | os/hal/dox/rtc.dox | 2 | ||||
-rw-r--r-- | os/hal/dox/wdg.dox | 2 |
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
|