8000 Increase bootloader version to 6 · arduino/mcuboot-arduino-stm32h7@a828baf · GitHub
[go: up one dir, main page]

Skip to content

Commit a828baf

Browse files
committed
Increase bootloader version to 6
1 parent dcfd6e7 commit a828baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define BOARD_APP_DEFAULT_ADD 0x08040000
2323

2424
#define BOOTLOADER_CONFIG_MAGIC 0xA0
25-
#define BOOTLOADER_VERSION 5
25+
#define BOOTLOADER_VERSION 6
2626

2727
#define USB_SPEED_HIGH 1
2828
#define USB_SPEED_FULL 2

0 commit comments

Comments
 (0)
0