Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r97e0100921ccad633b39b509a93a7237e4d80446 -r1463d830cefd58198bfc6d4ae3775ad0f2eb1d0b --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 97e0100921ccad633b39b509a93a7237e4d80446) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 1463d830cefd58198bfc6d4ae3775ad0f2eb1d0b) @@ -34,8 +34,9 @@ // ********** private definitions ********** #define MIN_RESERVOIR_VOLUME_ML 0 ///< Minimum reservoir volume in mL. -#define MAX_RESERVOIR_VOLUME_ML 2000 ///< Maximum reservoir volume in mL. -#define DEFAULT_FILL_VOLUME_ML 1700 ///< Default fill volume for treatment in mL. +#define MAX_RESERVOIR_VOLUME_ML 2000 ///< Maximum reservoir volume in mL. TODO reservoir volume +#define DEFAULT_FILL_VOLUME_ML 1700 ///< Default fill volume for treatment in mL. TODO Normal Fill + // TODO get the other normal fill #define MAX_FILL_VOLUME_ML MAX_RESERVOIR_VOLUME_ML ///< Maximum fill volume in mL. #define DEFAULT_DRAIN_VOLUME_ML 0 ///< Default drain volume in mL. #define MAX_DRAIN_VOLUME_ML MAX_RESERVOIR_VOLUME_ML ///< Maximum drain volume in mL.