Doxygen fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4931 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-12-16 17:47:19 +00:00
parent ff223dbf74
commit 0c1c2eff08
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
*/ */
/** /**
* @file STM32/i2c_lld.c * @file STM32/I2Cv1/i2c_lld.c
* @brief STM32 I2C subsystem low level driver source. * @brief STM32 I2C subsystem low level driver source.
* *
* @addtogroup I2C * @addtogroup I2C

View File

@ -23,7 +23,7 @@
*/ */
/** /**
* @file STM32/i2c_lld.h * @file STM32/I2Cv1/i2c_lld.h
* @brief STM32 I2C subsystem low level driver header. * @brief STM32 I2C subsystem low level driver header.
* *
* @addtogroup I2C * @addtogroup I2C

View File

@ -157,7 +157,7 @@ struct RTCWakeup {
* @details Bits [15:0] contain value of WUTR register * @details Bits [15:0] contain value of WUTR register
* Bits [18:16] contain value of WUCKSEL bits in CR register * Bits [18:16] contain value of WUCKSEL bits in CR register
* *
* @notes ((WUTR == 0) || (WUCKSEL == 3)) is forbidden combination. * @note ((WUTR == 0) || (WUCKSEL == 3)) is forbidden combination.
*/ */
uint32_t wakeup; uint32_t wakeup;
}; };