1
0
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:
Alexandre Abadie 2019-04-29 11:41:21 +02:00
parent 972ae2e7b9
commit ce4dce3946
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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 }
};