aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-25 15:44:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-25 15:44:04 +0000
commitfc179071916af7da4a43c7f1f05bd22b0662984e (patch)
tree783b9032db50502e66e623fb9522f154c24fefd0
parent5d3ba5758579696d5746575dcc13cdc51d8ede12 (diff)
downloadChibiOS-fc179071916af7da4a43c7f1f05bd22b0662984e.tar.gz
ChibiOS-fc179071916af7da4a43c7f1f05bd22b0662984e.tar.bz2
ChibiOS-fc179071916af7da4a43c7f1f05bd22b0662984e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6724 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/STM32/STM32F4xx/adc_lld.c2
1 files changed, 1 insertions, 1 deletions
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