Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r1463d830cefd58198bfc6d4ae3775ad0f2eb1d0b -rc2fe204db1b8926994b5eee78afa1b516c97d02c --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 1463d830cefd58198bfc6d4ae3775ad0f2eb1d0b) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision c2fe204db1b8926994b5eee78afa1b516c97d02c) @@ -34,9 +34,8 @@ // ********** private definitions ********** #define MIN_RESERVOIR_VOLUME_ML 0 ///< Minimum reservoir volume 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_RESERVOIR_VOLUME_ML 2000 ///< Maximum reservoir volume in mL. +#define DEFAULT_FILL_VOLUME_ML 1700 ///< Default fill volume for treatment in mL. #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.