[console] Use STATIC_COMMAND macro for all console command definitions
BUG= Review URL: https://codereview.chromium.org/1348403002 .
This commit is contained in:
@@ -709,7 +709,7 @@ done:
|
||||
}
|
||||
|
||||
STATIC_COMMAND_START
|
||||
{ "sysparam", "commands for manipulating system parameters", &cmd_sysparam },
|
||||
STATIC_COMMAND("sysparam", "commands for manipulating system parameters", &cmd_sysparam)
|
||||
STATIC_COMMAND_END(sysparam);
|
||||
|
||||
#endif // WITH_LIB_CONSOLE
|
||||
|
||||
Reference in New Issue
Block a user