There was an error while loading. Please reload this page.
1 parent 4c8b1ee commit 8216efdCopy full SHA for 8216efd
1 file changed
firmware/userapp/Core/Src/main.c
@@ -70,7 +70,7 @@ __attribute__((used))
70
const tombstone_t tombstone = {
71
.magic = UAPP_MAGIC,
72
.ver_major = 1,
73
- .ver_minor = 1,
+ .ver_minor = 2,
74
.size = 0x5A53, // ASCII: SZ
75
.crc = 0x00435243, // ASCII: CRC + \0
76
.reserved = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF },
0 commit comments