Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r850950d51f589845f157aa6e883b8c7588479c9d -r13f4c01ef461486bb3b2b200326089ef0d910df1 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 850950d51f589845f157aa6e883b8c7588479c9d) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 13f4c01ef461486bb3b2b200326089ef0d910df1) @@ -333,10 +333,10 @@ static FPGA_SENSORS_ASYNC_T fpgaSensorReadingsAsync; ///< Record of last received async (as needed) FPGA sensor data. #endif -//#ifndef DEBUG_ENABLED TODO: uncomment it DN-15SEPT2022 +#ifndef DEBUG_ENABLED static U16 currentFPGATimerCount_ms; ///< Current FPGA timer count in ms. static U32 currentTimerCount_ms; ///< Current processor timer count in ms. -//#endif +#endif // ********** private function prototypes **********