Merge from trunk.
[bertos.git] / bertos / cpu / arm / drv / adc_at91.c
index 7fd50ddf24eae8ff05fe80a0f3b21953720de41e..fadaa4bebeec70a37fba9506af604ec1f05a3ecb 100644 (file)
@@ -86,7 +86,7 @@
         */
        static DECLARE_ISR(adc_conversion_end_irq)
        {
-               sig_signal(adc_process, SIG_ADC_COMPLETE);
+               sig_post(adc_process, SIG_ADC_COMPLETE);
 
                /* Inform hw that we have served the IRQ */
                AIC_EOICR = 0;