Merge branch "preempt" in "trunk".
[bertos.git] / bertos / cpu / arm / drv / adc_at91.c
index faa0d1817f4379a3964daa2d8173c011a7d16f45..7fd50ddf24eae8ff05fe80a0f3b21953720de41e 100644 (file)
@@ -84,7 +84,7 @@
         * ADC ISR.
         * Simply signal the adc process that convertion is complete.
         */
-       static void ISR_FUNC adc_conversion_end_irq(void)
+       static DECLARE_ISR(adc_conversion_end_irq)
        {
                sig_signal(adc_process, SIG_ADC_COMPLETE);