Fix doc.
[bertos.git] / bertos / net / afsk.c
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)
 {