X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fafsk.h;h=57d3da8ed4e12c667c650bd4afde6becc8df2833;hb=46cd7a45ea505ac9bb18d410e349b9553c95457a;hp=bd82e66012d72eb9d5d5163f00dfcb3bfdc0d195;hpb=84970fa56eb2168c2d564ac17b1fa21b9e4daef4;p=bertos.git diff --git a/bertos/net/afsk.h b/bertos/net/afsk.h index bd82e660..57d3da8e 100644 --- a/bertos/net/afsk.h +++ b/bertos/net/afsk.h @@ -32,7 +32,6 @@ * * \brief AFSK1200 modem. * - * \version $Id$ * \author Francesco Sacchi * * $WIZ$ module_name = "afsk" @@ -41,8 +40,8 @@ * $WIZ$ module_hw = "bertos/hw/hw_afsk.h" */ -#ifndef DRV_AFSK_H -#define DRV_AFSK_H +#ifndef NET_AFSK_H +#define NET_AFSK_H #include "cfg/cfg_afsk.h" #include "hw/hw_afsk.h" @@ -187,7 +186,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 +209,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" * \{ */ @@ -222,4 +221,4 @@ int afsk_testSetup(void); int afsk_testRun(void); int afsk_testTearDown(void); -#endif +#endif /* NET_AFSK_H */