aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:28:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:28:41 +0000
commit61fda37031e648dcf9650ccec07d01f27b889102 (patch)
tree1e8c04329d998ea4a599bba3bf4ba0f684c92993 /os
parent79410411fcc1fa20b4f3a506455399dc7bfe4987 (diff)
downloadChibiOS-61fda37031e648dcf9650ccec07d01f27b889102.tar.gz
ChibiOS-61fda37031e648dcf9650ccec07d01f27b889102.tar.bz2
ChibiOS-61fda37031e648dcf9650ccec07d01f27b889102.zip
Fixed bug 3602950.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5100 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/STM32F4xx/adc_lld.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F4xx/adc_lld.c b/os/hal/platforms/STM32F4xx/adc_lld.c
index fef357c3b..1398ea4f3 100644
--- a/os/hal/platforms/STM32F4xx/adc_lld.c
+++ b/os/hal/platforms/STM32F4xx/adc_lld.c
@@ -399,6 +399,7 @@ void adcSTM32DisableTSVREFE(void) {
* @brief Enables the VBATE bit.
* @details The VBATE bit is required in order to sample the VBAT channel.
* @note This is an STM32-only functionality.
+ * @note This function is meant to be called after @p adcStart().
*/
void adcSTM32EnableVBATE(void) {
@@ -409,6 +410,7 @@ void adcSTM32EnableVBATE(void) {
* @brief Disables the VBATE bit.
* @details The VBATE bit is required in order to sample the VBAT channel.
* @note This is an STM32-only functionality.
+ * @note This function is meant to be called after @p adcStart().
*/
void adcSTM32DisableVBATE(void) {