Fix doc.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 17 Nov 2009 11:16:55 +0000 (11:16 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 17 Nov 2009 11:16:55 +0000 (11:16 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3113 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/net/afsk.c
bertos/net/afsk.h

index a87754416d25872346baef3acac6e90581183639..2b7fe0bedaa5df37b4e18e8f6283cae1f13e2073 100644 (file)
@@ -127,7 +127,7 @@ INLINE uint8_t sin_sample(uint16_t idx)
  * \param bit  current bit to be parsed.
  * \param fifo FIFO buffer used to push characters.
  *
- * \return True if all is ok, False if the fifo is full.
+ * \return true if all is ok, false if the fifo is full.
  */
 static bool hdlc_parse(Hdlc *hdlc, bool bit, FIFOBuffer *fifo)
 {
index 4db5fe42ab1ee7cd23c91c767729f060a24516db..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.