Index: firmware/App/Services/FPGA.c =================================================================== diff -u -rb9d28fa9e2605dbb331da473fcf166dbf5346be5 -ra26a94535a8931d2a86487c48d55e4549934bfe8 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision b9d28fa9e2605dbb331da473fcf166dbf5346be5) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision a26a94535a8931d2a86487c48d55e4549934bfe8) @@ -344,8 +344,8 @@ static U08 fpgaReadByteSize; ///< FPGA read byte size. #ifndef DEBUG_ENABLED -static U16 currentFPGATimerCount_ms; ///< Current FPGA timer count in ms. -static U32 currentTimerCount_ms; ///< Current processor timer count in ms. +static U16 currentFPGATimerCount_ms; ///< Current FPGA timer count in ms. +static U32 currentTimerCount_ms; ///< Current processor timer count in ms. #endif // ********** private function prototypes **********