Move pc assembly code to emul dir.
[bertos.git] / bertos / mware / parser.c
index 6e23bcec5115498cc2268db07e7aeaa780d84b91..1fc45d78c4ffa670459ccad21d59807d137057ab 100644 (file)
@@ -57,7 +57,7 @@
 
 #include "parser.h"
 
-#include "appconfig.h"
+#include <cfg/cfg_parser.h>
 
 #include <drv/ser.h>
 #include <mware/hashtable.h>
@@ -358,6 +358,7 @@ void parser_register_cmd(const struct CmdTemplate* cmd)
 }
 
 #if CONFIG_INTERNAL_COMMANDS
+#warning FIXME:This code use boost lib, if you compile with internal command you must fix it.
 static ResultCode cmd_help(void)
 {
 #ifdef _DEBUG