diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-29 16:36:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-29 16:36:10 +0000 |
commit | ac2e9f7ffc14db090a75086a9a0469b0a90fdb90 (patch) | |
tree | b37a669a3108d444374ad7169563079d9d0c8060 /os/hal/platforms/STM32F2xx | |
parent | 90969496d306b28d0869b8a9cc374295c6e55bb3 (diff) | |
download | ChibiOS-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/STM32F2xx')
-rw-r--r-- | os/hal/platforms/STM32F2xx/adc_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F2xx/adc_lld.h b/os/hal/platforms/STM32F2xx/adc_lld.h index 0ed939462..fe30a8196 100644 --- a/os/hal/platforms/STM32F2xx/adc_lld.h +++ b/os/hal/platforms/STM32F2xx/adc_lld.h @@ -329,6 +329,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);
|