X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fprotocol.c;h=8be3d3c96b113eb0981f1ed4a0301a7ddb93a090;hb=f1f5aee73d919e1ffc86d2d36ea9aa428d8c5287;hp=981152e39a7494f5154f7208960be2e8fa9161d9;hpb=de8328a59e268d68a669221a34652ebdc24c0716;p=bertos.git diff --git a/app/triface/protocol.c b/app/triface/protocol.c index 981152e3..8be3d3c9 100755 --- a/app/triface/protocol.c +++ b/app/triface/protocol.c @@ -16,6 +16,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 +75,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)