X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fprotocol.c;h=b49736272ccb929199194f7eb4615a51ee247825;hb=390b6f25afb04fee925be597381e06ce5a9e8110;hp=981152e39a7494f5154f7208960be2e8fa9161d9;hpb=de8328a59e268d68a669221a34652ebdc24c0716;p=bertos.git diff --git a/app/triface/protocol.c b/app/triface/protocol.c old mode 100755 new mode 100644 index 981152e3..b4973627 --- a/app/triface/protocol.c +++ b/app/triface/protocol.c @@ -1,6 +1,31 @@ /** * \file * * @@ -16,6 +41,9 @@ /*#* *#* $Log$ + *#* Revision 1.7 2007/01/09 09:00:16 bernie + *#* Doxygen fix. + *#* *#* Revision 1.6 2006/09/20 13:54:04 marco *#* Usage examples of MAKE_CMD. *#* @@ -72,6 +100,7 @@ static struct RLContext rl_ctx; /** * Send a NAK asking the host to send the current message again. * + * \param ser serial port handle to output to. * \param err human-readable description of the error for debug purposes. */ INLINE void NAK(Serial *ser, const char *err)