X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fxmodem.c;h=aaf100567a846c68e24929fd1b4df9d834e48247;hb=ce5ddc07440aeb1357c7133beac6959b90d21885;hp=63befb6b8d6761ce086caa626f12e4fd7548021a;hpb=30bb6873eae6bb5bf75e3b214af20677f5ab8ae5;p=bertos.git diff --git a/bertos/net/xmodem.c b/bertos/net/xmodem.c index 63befb6b..aaf10056 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 channet to use for transfer + * \param KFile 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 channet to use for transfer + * \param KFile channel to use for transfer * \param fd Source file * * \note This function allocates a large amount of stack for