X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fparser.c;h=57dc6cf960b9bf2608fcda2e3634ae7b0c098cc3;hb=6eb6ebb5ae5953a27977f0ef66a36344462b949a;hp=6e23bcec5115498cc2268db07e7aeaa780d84b91;hpb=835ac7cb7d00f28233c0d1d222c688e4df3aba6d;p=bertos.git diff --git a/bertos/mware/parser.c b/bertos/mware/parser.c index 6e23bcec..57dc6cf9 100644 --- a/bertos/mware/parser.c +++ b/bertos/mware/parser.c @@ -47,7 +47,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Giovanni Bajo * @@ -57,10 +57,10 @@ #include "parser.h" -#include "appconfig.h" +#include "cfg/cfg_parser.h" #include -#include +#include #include // atol(), NULL #include // strchr(), strcmp() @@ -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