Skip to content

Commit 8216efd

Browse files
committed
stm32-firmware: Bump uapp to v1.2
1 parent 4c8b1ee commit 8216efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • firmware/userapp/Core/Src

firmware/userapp/Core/Src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ __attribute__((used))
7070
const tombstone_t tombstone = {
7171
.magic = UAPP_MAGIC,
7272
.ver_major = 1,
73-
.ver_minor = 1,
73+
.ver_minor = 2,
7474
.size = 0x5A53, // ASCII: SZ
7575
.crc = 0x00435243, // ASCII: CRC + \0
7676
.reserved = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF },

0 commit comments

Comments
 (0)