We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1aa0b1 commit fdce0bbCopy full SHA for fdce0bb
src/libwolfboot.c
@@ -753,7 +753,6 @@ void RAMFUNCTION wolfBoot_update_trigger(void)
753
* not match what's in wolfBoot */
754
if (FLAGS_UPDATE_EXT()) {
755
ext_flash_erase(lastSector, SECTOR_FLAGS_SIZE);
756
- wolfBoot_set_partition_state(PART_UPDATE, st);
757
} else {
758
#ifndef NVM_FLASH_WRITEONCE
759
hal_flash_erase(lastSector, SECTOR_FLAGS_SIZE);
0 commit comments