Index: firmware/App/Modes/TreatmentRecirc.c =================================================================== diff -u -rf66a94fdd645d2146e828fd760960849d1ac05c6 -r92a6afc17ff42b5e8028d5a7fcbae02459e39dba --- firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision f66a94fdd645d2146e828fd760960849d1ac05c6) +++ firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 92a6afc17ff42b5e8028d5a7fcbae02459e39dba) @@ -35,7 +35,7 @@ // ********** private definitions ********** /// Alarm if re-circulation is running for this much time. TODO - finalize these times w/ Systems -#define RECIRC_TIMEOUT_MS ( ( 15 * 60 * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) +#define RECIRC_TIMEOUT_MS ( ( 15 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) /// Re-circulation status broadcast interval. #define RECIRC_DATA_PUBLISH_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) /// Target flow rate for re-circulation of saline on blood-side circuit. @@ -89,9 +89,9 @@ /*********************************************************************//** * @brief - * The resetRinsebackFlags function resets the Rinseback request flags. + * The resetTreatmentRecircFlags function resets the treatment recirc request flags. * @details Inputs: none - * @details Outputs: Rinseback request flags reset to FALSE. + * @details Outputs: Treatment recirc request flags reset to FALSE. * @return none *************************************************************************/ static void resetTreatmentRecircFlags( void )