mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-30 21:53:15 +00:00
nsh: Fix the typo error cmd_swtichboot -> cmd_switchboot
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
1707be3977
commit
bebae28bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ static const struct cmdmap_s g_cmdmap[] =
|
|||
#endif
|
||||
|
||||
#if defined(CONFIG_BOARDCTL_SWITCH_BOOT) && !defined(CONFIG_NSH_DISABLE_SWITCHBOOT)
|
||||
{ "swtichboot", cmd_swtichboot, 2, 2, "<image path>" },
|
||||
{ "swtichboot", cmd_switchboot, 2, 2, "<image path>" },
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_NSH_DISABLESCRIPT) && !defined(CONFIG_NSH_DISABLE_TEST)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue