aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-29 16:36:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-29 16:36:10 +0000
commitac2e9f7ffc14db090a75086a9a0469b0a90fdb90 (patch)
treeb37a669a3108d444374ad7169563079d9d0c8060 /os/hal/platforms/STM32F1xx
parent90969496d306b28d0869b8a9cc374295c6e55bb3 (diff)
downloadChibiOS-ac2e9f7ffc14db090a75086a9a0469b0a90fdb90.tar.gz
ChibiOS-ac2e9f7ffc14db090a75086a9a0469b0a90fdb90.tar.bz2
ChibiOS-ac2e9f7ffc14db090a75086a9a0469b0a90fdb90.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4246 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/adc_lld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F1xx/adc_lld.h b/os/hal/platforms/STM32F1xx/adc_lld.h
index 9edcc9858..e3f0fe628 100644
--- a/os/hal/platforms/STM32F1xx/adc_lld.h
+++ b/os/hal/platforms/STM32F1xx/adc_lld.h
@@ -172,6 +172,7 @@ typedef void (*adccallback_t)(ADCDriver *adcp, adcsample_t *buffer, size_t n);
*
* @param[in] adcp pointer to the @p ADCDriver object triggering the
* callback
+ * @param[in] err ADC error code
*/
typedef void (*adcerrorcallback_t)(ADCDriver *adcp, adcerror_t err);