git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6724 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2014-02-25 15:44:04 +00:00
parent 5d3ba57585
commit fc17907191
1 changed files with 1 additions and 1 deletions

View File

@ -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