Index: firmware/App/Services/FPGA.c =================================================================== diff -u -rc74c1d99a011dd0fb7f98f183faecda675221fce -radea34db9066bdc0dbb20f49bdf66c9331a7037c --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision c74c1d99a011dd0fb7f98f183faecda675221fce) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision adea34db9066bdc0dbb20f49bdf66c9331a7037c) @@ -175,7 +175,8 @@ /// 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 -static const U16 DISABLE_UPDATE_REG_CMD = 5; ///< FPGA disable update register command. // TODO what is this value? 0? +// 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. static const U08 FPGA_ERASE_FIFO_CMD = 0x08; ///< FPGA erase FIFO command. static const U08 FPGA_ENABLE_FLASH_CMD = 0x00; ///< FPGA enable flash command. @@ -366,7 +367,7 @@ * TRUE if the flash is complete, otherwise, FALSE. * @details \b Inputs: fpgaFlashStatus * @details \b Outputs: none - * @return the status of the FPGA flash + * @return TRUE if flash is complete otherwise, FALSE *************************************************************************/ BOOL isFPGAFlashComplete( void ) {