Rename myself
[bertos.git] / bertos / mware / parser.c
index aa1897691e7af15cfbf4a28c24fb1dd239c12469..0d42b8c21faa83ec0a3ee2d95387d9202d2adc5d 100644 (file)
@@ -47,7 +47,7 @@
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Giovanni Bajo <rasky@develer.com>
  *
@@ -57,7 +57,7 @@
 
 #include "parser.h"
 
-#include "appconfig.h"
+#include "cfg/cfg_parser.h"
 
 #include <drv/ser.h>
 #include <mware/hashtable.h>
@@ -358,7 +358,7 @@ void parser_register_cmd(const struct CmdTemplate* cmd)
 }
 
 #if CONFIG_INTERNAL_COMMANDS
-#warning FIXME:This code use boost lib, if you compile whit internal command you must fix it.
+#warning FIXME:This code use boost lib, if you compile with internal command you must fix it.
 static ResultCode cmd_help(void)
 {
 #ifdef _DEBUG