Fix doc.
[bertos.git] / bertos / net / afsk.h
index bd82e66012d72eb9d5d5163f00dfcb3bfdc0d195..d9ce6ff0ca0d59c225a899d0ce31a2d2e9f33383 100644 (file)
@@ -187,7 +187,7 @@ typedef struct Afsk
        uint16_t preamble_len;
 
        /**
-        * Preamble length.
+        * Trailer length.
         * After sending the actual data, the AFSK shifts out
         * trailer_len HDLC_FLAG characters.
         * This helps to synchronize the demodulator filters on the receiver side.
@@ -210,7 +210,7 @@ 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"
  * \{
  */