doc: Fix doxygen warnings in xmodem.c.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 16 Sep 2009 11:00:45 +0000 (11:00 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 16 Sep 2009 11:00:45 +0000 (11:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2951 38d2e660-2303-0410-9eaa-f027e97ec537

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