From: lottaviano Date: Wed, 16 Sep 2009 11:00:45 +0000 (+0000) Subject: doc: Fix doxygen warnings in xmodem.c. X-Git-Tag: 2.2.0~17 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=24b3dd46883e87b2fb487691bcbc2e13d96af16e;p=bertos.git doc: Fix doxygen warnings in xmodem.c. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2951 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/net/xmodem.c b/bertos/net/xmodem.c index aaf10056..35da2836 100644 --- a/bertos/net/xmodem.c +++ b/bertos/net/xmodem.c @@ -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