Skip to content

Commit 662b44e

Browse files
nvlsianpunashif
authored andcommitted
sample/subsys/usb/dfu: correction to documentation
Reverted unwanted documentation change on usb dfu sample. Changes was introduce accidentally within PR #13475 Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent b1bfb63 commit 662b44e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/subsys/usb/dfu/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ showing this output to the console:
8686
[MCUBOOT] [INF] boot_status_source: Image 0: magic=unset, copy_done=0xff, image_ok=0xff
8787
[MCUBOOT] [INF] boot_status_source: Scratch: magic=unset, copy_done=0xe, image_ok=0xff
8888
[MCUBOOT] [INF] boot_status_source: Boot source: slot 0
89-
[MCUBOOT] [INF] mcuboot_swap_type: Swap type: test
89+
[MCUBOOT] [INF] boot_swap_type: Swap type: test
9090
[MCUBOOT] [INF] main: Bootloader chainload address offset: 0x20000
9191
[MCUBOOT] [INF] main: Jumping to the first image slot0
9292
***** Booting Zephyr OS v1.11.0-830-g9df01813c4 *****
@@ -102,7 +102,7 @@ USB DFU sample, showing this output to the console:
102102
[MCUBOOT] [INF] boot_status_source: Image 0: magic=good, copy_done=0x1, image_ok=0xff
103103
[MCUBOOT] [INF] boot_status_source: Scratch: magic=unset, copy_done=0xe, image_ok=0xff
104104
[MCUBOOT] [INF] boot_status_source: Boot source: none
105-
[MCUBOOT] [INF] mcuboot_swap_type: Swap type: revert
105+
[MCUBOOT] [INF] boot_swap_type: Swap type: revert
106106
[MCUBOOT] [INF] main: Bootloader chainload address offset: 0x20000
107107
***** Booting Zephyr OS v1.11.0-830-g9df01813c4 *****
108108

0 commit comments

Comments
 (0)