git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8693 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2016-01-05 11:19:34 +00:00
parent 64acf753c7
commit c13011a069
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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