mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #11464 from aabadie/pr/examples/nimble_scanner_typo
examples/nimble_scanner: fix typo in scan command description
This commit is contained in:
commit
5eaf45c2cb
@ -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