X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fafsk.h;h=611d7400d8450b22c98f2f99af67d80a01f64992;hb=676c6174c50aaf1d501a5b582276364dc52001d1;hp=4db5fe42ab1ee7cd23c91c767729f060a24516db;hpb=3fc90c803d609a1444ceeb93432a814b206cbadc;p=bertos.git diff --git a/bertos/net/afsk.h b/bertos/net/afsk.h index 4db5fe42..611d7400 100644 --- a/bertos/net/afsk.h +++ b/bertos/net/afsk.h @@ -32,17 +32,16 @@ * * \brief AFSK1200 modem. * - * \version $Id$ * \author Francesco Sacchi * * $WIZ$ module_name = "afsk" * $WIZ$ module_configuration = "bertos/cfg/cfg_afsk.h" * $WIZ$ module_depends = "timer", "kfile" - * $WIZ$ module_hw = "bertos/hw/hw_afsk.h" + * $WIZ$ module_hw = "bertos/hw/hw_afsk.h", "bertos/hw/hw_afsk.c" */ -#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. @@ -222,4 +221,4 @@ int afsk_testSetup(void); int afsk_testRun(void); int afsk_testTearDown(void); -#endif +#endif /* NET_AFSK_H */