aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 17:47:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 17:47:19 +0000
commit0c1c2eff08b36bf2d4b44e26c5d39c2f086029e1 (patch)
treecf1b66cbf4d2f997866d224e84d8bdf15d3dd4c7
parentff223dbf746ab6badc841275872766fadc525d7c (diff)
downloadChibiOS-0c1c2eff08b36bf2d4b44e26c5d39c2f086029e1.tar.gz
ChibiOS-0c1c2eff08b36bf2d4b44e26c5d39c2f086029e1.tar.bz2
ChibiOS-0c1c2eff08b36bf2d4b44e26c5d39c2f086029e1.zip
Doxygen fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4931 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/I2Cv1/i2c_lld.c2
-rw-r--r--os/hal/platforms/STM32/I2Cv1/i2c_lld.h2
-rw-r--r--os/hal/platforms/STM32/RTCv2/rtc_lld.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32/I2Cv1/i2c_lld.c b/os/hal/platforms/STM32/I2Cv1/i2c_lld.c
index 873c11a51..6d96f47cd 100644
--- a/os/hal/platforms/STM32/I2Cv1/i2c_lld.c
+++ b/os/hal/platforms/STM32/I2Cv1/i2c_lld.c
@@ -23,7 +23,7 @@
*/
/**
- * @file STM32/i2c_lld.c
+ * @file STM32/I2Cv1/i2c_lld.c
* @brief STM32 I2C subsystem low level driver source.
*
* @addtogroup I2C
diff --git a/os/hal/platforms/STM32/I2Cv1/i2c_lld.h b/os/hal/platforms/STM32/I2Cv1/i2c_lld.h
index 9b6a9c477..8d420754c 100644
--- a/os/hal/platforms/STM32/I2Cv1/i2c_lld.h
+++ b/os/hal/platforms/STM32/I2Cv1/i2c_lld.h
@@ -23,7 +23,7 @@
*/
/**
- * @file STM32/i2c_lld.h
+ * @file STM32/I2Cv1/i2c_lld.h
* @brief STM32 I2C subsystem low level driver header.
*
* @addtogroup I2C
diff --git a/os/hal/platforms/STM32/RTCv2/rtc_lld.h b/os/hal/platforms/STM32/RTCv2/rtc_lld.h
index c598fca51..5ee7b50d3 100644
--- a/os/hal/platforms/STM32/RTCv2/rtc_lld.h
+++ b/os/hal/platforms/STM32/RTCv2/rtc_lld.h
@@ -157,7 +157,7 @@ struct RTCWakeup {
* @details Bits [15:0] contain value of WUTR 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;
};