Skip to content

Commit d79fc9d

Browse files
committed
TMO_SHELL: DFU: Changed wording of undefined slot in slot command
Signed-off-by: Kim Mansfield <[email protected]>
1 parent 9e60028 commit d79fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tmo_shell/src/tmo_shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ int cmd_dfu_get_slot(const struct shell *shell, size_t argc, char **argv)
17211721
#ifdef BOOT_SLOT
17221722
shell_print(shell, "Slot %s", BOOT_SLOT);
17231723
#else
1724-
shell_print(shell, "BOOT_SLOT Undefined");
1724+
shell_print(shell, "Slot Undefined");
17251725
#endif
17261726
return 0;
17271727
}

0 commit comments

Comments
 (0)