X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fafsk.h;h=d9ce6ff0ca0d59c225a899d0ce31a2d2e9f33383;hb=4cedc580e66cca972b055b9002ccadada6d5da75;hp=bd82e66012d72eb9d5d5163f00dfcb3bfdc0d195;hpb=84970fa56eb2168c2d564ac17b1fa21b9e4daef4;p=bertos.git diff --git a/bertos/net/afsk.h b/bertos/net/afsk.h index bd82e660..d9ce6ff0 100644 --- a/bertos/net/afsk.h +++ b/bertos/net/afsk.h @@ -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" * \{ */