Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r0c085209bea23f66011059a7c19796c1e4b246fa -r09e6320e3f3c3c973de0b66e5799d710db8cc427 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 0c085209bea23f66011059a7c19796c1e4b246fa) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 09e6320e3f3c3c973de0b66e5799d710db8cc427) @@ -73,7 +73,6 @@ // If the bootloader is in standby mode and update request is received at any time, request a transition to update mode if ( ( UPDATE_CMD_START == getSWUpdateCommandState() ) || ( TRUE == hasUpdateBeenRequested() ) ) { - // TODO if we are here because of the FPGA register, clear it so it won't be called again. requestNewOperationMode( MODE_UPDATE ); }