Skip to content

Commit fb4b455

Browse files
committed
TMO_SHELL: DFU: removed none slot check for gecko firmware update
Signed-off-by: Kim Mansfield <[email protected]>
1 parent ec0726e commit fb4b455

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/tmo_shell/src/tmo_shell.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,11 +1811,6 @@ int cmd_dfu_update(const struct shell *shell, size_t argc, char **argv)
18111811
return -EINVAL;
18121812
}
18131813
}
1814-
#else
1815-
if (delta_firmware_target != 1) {
1816-
shell_error(shell,"Can't program over currently running firmware");
1817-
return -EINVAL;
1818-
}
18191814
#endif
18201815
shell_print(shell,"\nStarting the FW update for SiLabs Pearl Gecko");
18211816
int status;

0 commit comments

Comments
 (0)