aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx/adc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-14 09:01:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-14 09:01:19 +0000
commitc02afef7dfff3e1fd2645c9e94947342e0ee35ad (patch)
tree852f2905d43f32b877b4cd445d51b0a8ec160c37 /os/hal/platforms/STM32F0xx/adc_lld.c
parente78992cf5b5d56b9a5e263b471ea441d2cc4610c (diff)
downloadChibiOS-c02afef7dfff3e1fd2645c9e94947342e0ee35ad.tar.gz
ChibiOS-c02afef7dfff3e1fd2645c9e94947342e0ee35ad.tar.bz2
ChibiOS-c02afef7dfff3e1fd2645c9e94947342e0ee35ad.zip
Fixed bug #400.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5589 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F0xx/adc_lld.c')
-rw-r--r--os/hal/platforms/STM32F0xx/adc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F0xx/adc_lld.c b/os/hal/platforms/STM32F0xx/adc_lld.c
index 2fad88cda..5fa419679 100644
--- a/os/hal/platforms/STM32F0xx/adc_lld.c
+++ b/os/hal/platforms/STM32F0xx/adc_lld.c
@@ -102,7 +102,7 @@ static void adc_lld_serve_rx_interrupt(ADCDriver *adcp, uint32_t flags) {
*
* @isr
*/
-CH_IRQ_HANDLER(ADC1_COMP_IRQHandler) {
+CH_IRQ_HANDLER(Vector70) {
uint32_t isr;
CH_IRQ_PROLOGUE();