Skip to content

Commit ec0726e

Browse files
committed
TMO_SHELL: DFU: Removed version reference in dfu_gecko.c
Signed-off-by: Kim Mansfield <[email protected]>
1 parent d79fc9d commit ec0726e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/tmo_shell/src/dfu_gecko.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ const struct dfu_file_t dfu_files_mcu[] = {
2727
{
2828
"Gecko MCU 1/4",
2929
"/tmo/zephyr.slot0.bin",
30-
"tmo_shell.tmo_dev_edge.slot0.v1.15.0.bin",
30+
"tmo_shell.tmo_dev_edge.slot0.bin",
3131
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
3232
},
3333
{
3434
"Gecko MCU 2/4",
3535
"/tmo/zephyr.slot1.bin",
36-
"tmo_shell.tmo_dev_edge.slot1.v1.15.0.bin",
36+
"tmo_shell.tmo_dev_edge.slot1.bin",
3737
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
3838
},
3939
{
4040
"Gecko MCU 3/4",
4141
"/tmo/zephyr.slot0.bin.sha1",
42-
"tmo_shell.tmo_dev_edge.slot0.v1.15.0.bin.sha1",
42+
"tmo_shell.tmo_dev_edge.slot0.bin.sha1",
4343
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
4444
},
4545
{
4646
"Gecko MCU 4/4",
4747
"/tmo/zephyr.slot1.bin.sha1",
48-
"tmo_shell.tmo_dev_edge.slot1.v1.15.0.bin.sha1",
48+
"tmo_shell.tmo_dev_edge.slot1.bin.sha1",
4949
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
5050
},
5151

0 commit comments

Comments
 (0)