X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fafsk.c;h=2b7fe0bedaa5df37b4e18e8f6283cae1f13e2073;hb=6a3c9d13073fcab59f86255408e5371804d5d455;hp=a87754416d25872346baef3acac6e90581183639;hpb=3fc90c803d609a1444ceeb93432a814b206cbadc;p=bertos.git diff --git a/bertos/net/afsk.c b/bertos/net/afsk.c index a8775441..2b7fe0be 100644 --- a/bertos/net/afsk.c +++ b/bertos/net/afsk.c @@ -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) {