X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fxmodem.c;h=35da28366b921c8b559571170c89bbf89f8eeb03;hb=5948c2fff940c8a357b30dcc7395cb8775202555;hp=aaf100567a846c68e24929fd1b4df9d834e48247;hpb=ca408eeff468a18d16fc1c8f4b29df6d44ae0293;p=bertos.git 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