Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r632b2d868efba2aca7c694a9ff648753804a9671 -r5182f3133eb380a6dfb76b7402fb65fe69201297 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 632b2d868efba2aca7c694a9ff648753804a9671) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 5182f3133eb380a6dfb76b7402fb65fe69201297) @@ -335,10 +335,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 **********