doc: Fix doxygen warnings in xmodem.c.
[bertos.git] / bertos / net / xmodem.c
index aaf100567a846c68e24929fd1b4df9d834e48247..35da28366b921c8b559571170c89bbf89f8eeb03 100644 (file)
@@ -78,7 +78,7 @@
 /**
  * \brief Receive a file using the XModem protocol.
  *
- * \param KFile channel to use for transfer
+ * \param ch Channel to use for transfer
  * \param fd Destination file
  *
  * \note This function allocates a large amount of stack (\see XM_BUFSIZE).
@@ -297,7 +297,7 @@ bool xmodem_recv(KFile *ch, KFile *fd)
 /**
  * \brief Transmit some data using the XModem protocol.
  *
- * \param KFile channel to use for transfer
+ * \param ch Channel to use for transfer
  * \param fd Source file
  *
  * \note This function allocates a large amount of stack for