From 24b3dd46883e87b2fb487691bcbc2e13d96af16e Mon Sep 17 00:00:00 2001 From: lottaviano Date: Wed, 16 Sep 2009 11:00:45 +0000 Subject: [PATCH] doc: Fix doxygen warnings in xmodem.c. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2951 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/net/xmodem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1