aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx/adc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-27 13:42:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-27 13:42:33 +0000
commit2b01d72e42576594924aa12fe50571cd56cafbb5 (patch)
treed45beff58f2f862917cb11ad053c97c8f313779f /os/hal/platforms/STM32F0xx/adc_lld.c
parent0bc6e6f77fced2bf8db588eb765c78bbf7cf0f20 (diff)
downloadChibiOS-2b01d72e42576594924aa12fe50571cd56cafbb5.tar.gz
ChibiOS-2b01d72e42576594924aa12fe50571cd56cafbb5.tar.bz2
ChibiOS-2b01d72e42576594924aa12fe50571cd56cafbb5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4242 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 51905c3d4..af03bd058 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_IRQHandler) {
+CH_IRQ_HANDLER(ADC1_COMP_IRQHandler) {
uint32_t isr;
CH_IRQ_PROLOGUE();