From fc179071916af7da4a43c7f1f05bd22b0662984e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 25 Feb 2014 15:44:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6724 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F4xx/adc_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32F4xx/adc_lld.c b/os/hal/ports/STM32/STM32F4xx/adc_lld.c index 85cb485bc..2e3f27238 100644 --- a/os/hal/ports/STM32/STM32F4xx/adc_lld.c +++ b/os/hal/ports/STM32/STM32F4xx/adc_lld.c @@ -154,7 +154,7 @@ OSAL_IRQ_HANDLER(ADC1_2_3_IRQHandler) { /* TODO: Add here analog watchdog handling.*/ #endif /* STM32_ADC_USE_ADC3 */ - CH_IRQ_EPILOGUE(); + OSAL_IRQ_EPILOGUE(); } #endif -- cgit v1.2.3