Index: firmware/App/Modes/ModeUpdate.c =================================================================== diff -u -r5645305f9349c5c64be5560982bdf1abd5edb0fb -rab214e8ea52d8433b7cee58f5aaff49fc759310d --- firmware/App/Modes/ModeUpdate.c (.../ModeUpdate.c) (revision 5645305f9349c5c64be5560982bdf1abd5edb0fb) +++ firmware/App/Modes/ModeUpdate.c (.../ModeUpdate.c) (revision ab214e8ea52d8433b7cee58f5aaff49fc759310d) @@ -48,8 +48,6 @@ // Clear the NV status to start from the start address of the firmware clearSWUpdateNVStatus(); // TODO clear FPGA clear stuff here - // Got the update command so we are in the update mode. Clear the command - clearSWUpdateSpecs(); return updateCurrentState; }