mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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[] = {
|
||||
{ "scan", "trigger a BLE scann", _cmd_scan },
|
||||
{ "scan", "trigger a BLE scan", _cmd_scan },
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user