Rewrite md2_update function and fix some bug.
[bertos.git] / app / triface / protocol.c
index 981152e39a7494f5154f7208960be2e8fa9161d9..8be3d3c96b113eb0981f1ed4a0301a7ddb93a090 100755 (executable)
@@ -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)