Remove broken debug uart name.
[bertos.git] / bertos / cpu / avr / drv / adc_avr.c
index 20aa2a192de4144c4c1634516d9f7f2ebf8a9da1..9a6f2d395f96460673ebadeee7c5f2f84d4bbbab 100644 (file)
@@ -31,7 +31,6 @@
  *
  * \brief ADC hardware-specific definition
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
  * This module is automatically included so no need to include
@@ -89,7 +88,7 @@
         */
        ISR(ADC_vect)
        {
-               sig_signal(adc_process, SIG_ADC_COMPLETE);
+               sig_post(adc_process, SIG_ADC_COMPLETE);
        }
 #endif /* CONFIG_KERN */