Index: firmware/App/Modes/Prime.c =================================================================== diff -u -rf94085c6fbf817a07db7225d6748b5347dfb12d3 -r113bc6f91fadb481b906575de596735ecc98c543 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision f94085c6fbf817a07db7225d6748b5347dfb12d3) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision 113bc6f91fadb481b906575de596735ecc98c543) @@ -30,13 +30,13 @@ // ********** private definitions ********** -#define BLOOD_PUMP_FLOW_RATE_PURGE_AIR 100 ///< Blood pump flow rate during prime purge air state. -#define BLOOD_PUMP_FLOW_RATE_CIRC_BLOOD_CIRCUIT 300 ///< Blood pump flow rate during prime recirculate blood circuit state. -#define NO_AIR_DETECTED_COUNT ( 10 * MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< No air detected time period count. -#define PURGE_AIR_TIME_OUT_COUNT ( 10 * MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< Time period count for purge air time out. +#define BLOOD_PUMP_FLOW_RATE_PURGE_AIR 100 ///< Blood pump flow rate during prime purge air state. +#define BLOOD_PUMP_FLOW_RATE_CIRC_BLOOD_CIRCUIT 300 ///< Blood pump flow rate during prime recirculate blood circuit state. +#define NO_AIR_DETECTED_COUNT ( 10 * MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< No air detected time period count. +#define PURGE_AIR_TIME_OUT_COUNT ( 10 * MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< Time period count for purge air time out. -#define PRIME_DRAIN_RESERVOIR_TO_VOLUME_ML 100 ///< Drain reservoir to this volume (in mL) during prime. -#define PRIME_FILL_RESERVOIR_TO_VOLUME_ML 600 ///< Fill reservoir to this volume (in mL) during prime. +#define PRIME_DRAIN_RESERVOIR_TO_VOLUME_ML 100 ///< Drain reservoir to this volume (in mL) during prime. +#define PRIME_FILL_RESERVOIR_TO_VOLUME_ML 1700 ///< Fill reservoir to this volume (in mL) during prime. /// States of the treatment reservoir management state machine. typedef enum PrimeReservoirMgmt_States