Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r7bd4510581254bc4e7292159c630a95b6ab4b368 -rcef8149cb8dfbd5c91c32f5318334c5db2366f7e --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 7bd4510581254bc4e7292159c630a95b6ab4b368) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision cef8149cb8dfbd5c91c32f5318334c5db2366f7e) @@ -2065,8 +2065,7 @@ *************************************************************************/ U16 getFPGATimerCount( void ) { - //return fpgaSensorReadings.fpgaTimerCountMS; // Commented for testing ONLY. TODO: uncomment DN-20SEPT2022 - return fpgaSensorReadings.fpgaTimerCountMS + 5; // + 5 for tetsing ONLY. TODO: remove this line. DN-20SEPT2022 + return fpgaSensorReadings.fpgaTimerCountMS; } /*********************************************************************//**