examples/nimble_scanner: fix typo in scan command description
This commit is contained in:
parent
972ae2e7b9
commit
ce4dce3946
@ -57,7 +57,7 @@ int _cmd_scan(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const shell_command_t _commands[] = {
|
static const shell_command_t _commands[] = {
|
||||||
{ "scan", "trigger a BLE scann", _cmd_scan },
|
{ "scan", "trigger a BLE scan", _cmd_scan },
|
||||||
{ NULL, NULL, NULL }
|
{ NULL, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user