Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r87156ada4eaf0bb74a9449210145fd358a09476f -r046bc2b62cf942b7e846fa5bff698b94238edf24 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 87156ada4eaf0bb74a9449210145fd358a09476f) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 046bc2b62cf942b7e846fa5bff698b94238edf24) @@ -7,8 +7,8 @@ * * @file FpgaDD.h * -* @author (last) Vinayakam Mani -* @date (last) 09-Feb-2026 +* @author (last) Raghu Kallala +* @date (last) 23-Feb-2026 * * @author (original) Vinayakam Mani * @date (original) 26-Aug-2024 @@ -35,7 +35,7 @@ { FPGA_GPIO_LEAK_SENSOR_NOT_DETECTED = 0, ///< No leak FPGA_GPIO_LEAK_SENSOR_DETECTED, ///< Leak detected - NUM_OF_FPGA_GPIO_LEAK_SENSOR_STATUS + NUM_OF_FPGA_GPIO_LEAK_SENSOR_STATUS } FPGA_GPIO_LEAK_SENSOR_STATUS_T; // ********** public function prototypes **********