Index: firmware/App/Services/FpgaDD.c =================================================================== diff -u -rca49c8bcf4dc7117612d93a69e58b160a5f9b3c4 -r84fba073e3482ae4ab53aeb67f157afc81392779 --- firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision ca49c8bcf4dc7117612d93a69e58b160a5f9b3c4) +++ firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 84fba073e3482ae4ab53aeb67f157afc81392779) @@ -251,7 +251,7 @@ U16 temperatureP13; ///< Reg 674. P13 temperature data. S16 pressureP17; ///< Reg 676. P17 pressure data. U16 temperatureP17; ///< Reg 678. P17 temperature data. - U16 p40PumpRPMCounts; ///< Reg 680. P40 pump tachometer counter. + U16 p40PumpRPMCounts; ///< Reg 680. P40 pump RPM counter. U08 p25LevelSwitch; ///< Reg 682. P25 level switch. U08 reserved4; ///< Reg 683. Reserved. U32 conductivityP9Data; ///< Reg 684. P9 conductivity sensor data. @@ -1996,16 +1996,16 @@ /*********************************************************************//** * @brief - * The getFPGAD76PumpControlStatus function gets the Ultrafilteration pump - * (D76 pump) control mode. + * The getFPGAD92PumpControlStatus function gets the substitution pump + * (D92 pump) control mode. * bit 7: Park (set in different function) * bit 6: nSleep * bit 5: nReset * bit 4: nEnable * bit 3: Direction (1=Fwd, 0=Rev) * bit 0-2: Microstepping resolution * @details \b Inputs: none - * @details \b Outputs: fpgaD76PumpControl + * @details \b Outputs: fpgaD92PumpControl * @return UF pump control status bit *************************************************************************/ U08 getFPGAD92PumpControlStatus( void )