Add default text for the CPU description in the CPU selection page
[bertos.git] / bertos / net / afsk.h
index 5f75b3e38d2b8d046c9a76324722bc2aa53df712..4db5fe42ab1ee7cd23c91c767729f060a24516db 100644 (file)
@@ -205,12 +205,12 @@ INLINE Afsk *AFSK_CAST(KFile *fd)
 
 
 void afsk_adc_isr(Afsk *af, int8_t sample);
-void afsk_dac_isr(Afsk *af);
+uint8_t afsk_dac_isr(Afsk *af);
 void afsk_init(Afsk *af, int adc_ch, int dac_ch);
 
 
 /**
- * \name afsk filter type
+ * \name Afsk filter types.
  * $WIZ$ afsk_filter_list = "AFSK_BUTTERWORTH", "AFSK_CHEBYSHEV"
  * \{
  */