Index: firmware/App/Services/FPGA.c =================================================================== diff -u -rf4f7e0ee3baef51d91de64d44a0a00ff967f56c0 -r3bc9b19ffca8cb90820ba0225738f8fea3dc0eaf --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision f4f7e0ee3baef51d91de64d44a0a00ff967f56c0) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 3bc9b19ffca8cb90820ba0225738f8fea3dc0eaf) @@ -300,8 +300,8 @@ static FPGA_ACTUATORS_T fpgaActuatorSetPoints; ///< Record of next transmitted FPGA priority actuator data. // FPGA Clock Speed Test -static U16 currentFPGATimerCount_ms = 0; -static U32 currentTimerCount_ms = 0; +static U16 currentFPGATimerCount_ms = 0; ///< Last read ms timer count from FPGA. +static U32 currentTimerCount_ms = 0; ///< Last read ms timer count from processor. // ********** private function prototypes **********