diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-25 15:44:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-25 15:44:04 +0000 |
commit | fc179071916af7da4a43c7f1f05bd22b0662984e (patch) | |
tree | 783b9032db50502e66e623fb9522f154c24fefd0 /os | |
parent | 5d3ba5758579696d5746575dcc13cdc51d8ede12 (diff) | |
download | ChibiOS-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
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/STM32F4xx/adc_lld.c | 2 |
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
|