Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r237bd674ddef86d5137221163e74162cd12e4fb9 -r7251df168640ae46ba5b5148b60a1ca3bac5c0a4 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 237bd674ddef86d5137221163e74162cd12e4fb9) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 7251df168640ae46ba5b5148b60a1ca3bac5c0a4) @@ -2067,8 +2067,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; } /*********************************************************************//**