diff --git a/include/shell/shell.h b/include/shell/shell.h index 1f0cac72771..afe9dfc2d54 100644 --- a/include/shell/shell.h +++ b/include/shell/shell.h @@ -162,7 +162,7 @@ struct shell_static_entry { mandatory, optional) \ ), \ (\ - static shell_cmd_handler dummy_##syntax##handler \ + static shell_cmd_handler dummy_##syntax##_handler \ __attribute__((unused)) = handler;\ static const struct shell_cmd_entry *dummy_subcmd_##syntax \ __attribute__((unused)) = subcmd\