Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r0c085209bea23f66011059a7c19796c1e4b246fa -rfc9a9244cf4288ff0623c3e02455ac565bf60cdd --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 0c085209bea23f66011059a7c19796c1e4b246fa) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision fc9a9244cf4288ff0623c3e02455ac565bf60cdd) @@ -172,8 +172,8 @@ static U32 countRemove = 0; // TODO remove static U08 tempACkStatus = 0; // TODO remove -/// FPGA stack ID for TD, DD, RO. -static const U08 STACK_FPGA_ID[ NUM_OF_FW_STACKS ] = { 0x5A, 0x61, 0xFF }; // TODO update with the real FPGA IDs +/// FPGA stack ID for TD, DD +static const U08 STACK_FPGA_ID[ NUM_OF_FW_STACKS ] = { 0x5A, 0x61 }; // TODO update with the real FPGA IDs // TODO what is this value? 0? static const U16 DISABLE_UPDATE_REG_CMD = 5; ///< FPGA disable update register command. static const U08 FPGA_RESET_FLASH_CMD = 0x01; ///< FPGA reset flash command.