Index: firmware/App/Services/FpgaDD.c =================================================================== diff -u -rfe42cf04eec138a529f06190ab70a72384b60e34 -r35ccc443e6440d79231ab4a3951bebc0e9789b68 --- firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision fe42cf04eec138a529f06190ab70a72384b60e34) +++ firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 35ccc443e6440d79231ab4a3951bebc0e9789b68) @@ -8,8 +8,8 @@ * * @file FpgaDD.c * -* @author (last) Jashwant Gantyada -* @date (last) 01-May-2026 +* @author (last) Michael Garthwaite +* @date (last) 09-Jun-2026 * * @author (original) Vinayakam Mani * @date (original) 26-Aug-2024 @@ -1421,6 +1421,7 @@ { fpgaActuatorSetPoints.fpgaD92PumpRevCount = count; } + /*********************************************************************//** * @brief * The setFPGAD5HeaterOnOffControl function sets the primary heater @@ -4013,4 +4014,5 @@ { return fpgaSensorReadings.fpgaD92SpeedCnt; } + /**@}*/