Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r09e6320e3f3c3c973de0b66e5799d710db8cc427 -r5a58fd72ededee8a718098b53448a2c921c57f49 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 09e6320e3f3c3c973de0b66e5799d710db8cc427) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 5a58fd72ededee8a718098b53448a2c921c57f49) @@ -159,7 +159,7 @@ isFirmwareImageValid = runFWIntegrityTest(); } - if ( TRUE == isFPGAIDValid() ) + if ( TRUE == isFPGAIDValid() ) // TODO change the FPGA ID to Leahi. It is not right now to not jump { isFPGAImageValid = TRUE; }