X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fxmodem.c;h=35da28366b921c8b559571170c89bbf89f8eeb03;hb=6372954014a79d1c292a58588ebc01b2c8de2935;hp=3c9ed53171c94b87d7ac8caea6c2f62d9cfc940b;hpb=b07f96a7b0d60b008404a24e233996bf36f532b0;p=bertos.git diff --git a/bertos/net/xmodem.c b/bertos/net/xmodem.c index 3c9ed531..35da2836 100644 --- a/bertos/net/xmodem.c +++ b/bertos/net/xmodem.c @@ -50,8 +50,6 @@ #include "cfg/cfg_xmodem.h" #include -#include - #include #include /* for memset() */ @@ -80,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). @@ -299,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