Restore the previous name.
[bertos.git] / bertos / mware / parser.h
index a3575546dfeba589529428ff49c0034bdcc5511c..d681f724d297daaf9ec89553840dd5563dff9d24 100644 (file)
@@ -138,7 +138,7 @@ typedef struct
 } str_parm;
 
 /** union that contains parameters passed to and from commands */
-typedef union { long l; str_parm str; } parms;
+typedef union { long l; str_parm s; } parms;
 /** pointer to commands */
 typedef ResultCode (*CmdFuncPtr)(parms args_results[]);