X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Ftriface%2Fexamples%2Ftriface%2Fcmd_ctor.h;h=e8288b85dc5d6768ae4bd92cf14527834b60217b;hb=9353ba417f0b0f2b12d8aca1c72fb0bb6e4e85ca;hp=0e38c83680475f139688971939a78d88d73d7453;hpb=9fd3c727a7978547a583868f0bf9689d6dffc542;p=bertos.git diff --git a/boards/triface/examples/triface/cmd_ctor.h b/boards/triface/examples/triface/cmd_ctor.h index 0e38c836..e8288b85 100644 --- a/boards/triface/examples/triface/cmd_ctor.h +++ b/boards/triface/examples/triface/cmd_ctor.h @@ -41,8 +41,6 @@ #define REGISTER_FUNCTION parser_register_cmd -#define REGISTER_CMD(NAME) REGISTER_FUNCTION(&cmd_ ## NAME ## _template) - #define MAKE_TEMPLATE(NAME, ARGS, RES, FLAGS) \ const struct CmdTemplate cmd_ ## NAME ## _template = \ { \