mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
tests/driver_sx127x: fix typo in displayed message
This commit is contained in:
parent
7c7a5189d2
commit
bba3943d59
@ -221,7 +221,7 @@ int send_cmd(int argc, char **argv)
|
||||
return -1;
|
||||
}
|
||||
|
||||
printf("sending \"%s\" payload (%zd bytes)\n",
|
||||
printf("sending \"%s\" payload (%d bytes)\n",
|
||||
argv[1], strlen(argv[1]) + 1);
|
||||
|
||||
struct iovec vec[1];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user