Skip to content

Commit a8609df

Browse files
haedotelfrlubos
authored andcommitted
samples: radio_test: Fixing mismatching description
Fixing mismatching description of radio pattern, non-functional change. User in devzone case 342657 reports this as something he was confused by. Signed-off-by: Håkon Elfving <[email protected]>
1 parent d868aaf commit a8609df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/peripheral/radio_test/src/radio_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_transmit_pattern,
13651365
"Set the transmission pattern to 11110000.",
13661366
cmd_pattern_11110000),
13671367
SHELL_CMD(pattern_11001100, NULL,
1368-
"Set the transmission pattern to 10101010.",
1368+
"Set the transmission pattern to 11001100.",
13691369
cmd_pattern_11001100),
13701370
SHELL_SUBCMD_SET_END
13711371
);

0 commit comments

Comments
 (0)