Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -rdd7fad816b77aee7febdc79785eb74102b844370 -r25770b4b27e75e730d89ac046f7db405b1bfe39f --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision dd7fad816b77aee7febdc79785eb74102b844370) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 25770b4b27e75e730d89ac046f7db405b1bfe39f) @@ -55,10 +55,10 @@ static OVERRIDE_U32_T fillVolumeTargetMl = { 0, 0, 0, 0 }; ///< The target reservoir fill volume (in mL). static OVERRIDE_U32_T drainVolumeTargetMl = { 0, 0, 0, 0 }; ///< The target reservoir drain volume (in mL). -static LOAD_CELL_ID_T associatedLoadCell[ NUM_OF_RESERVOIRS ] = { LOAD_CELL_A1, - LOAD_CELL_B1 }; ///< The reservoirs' associate load cell. -static LOAD_CELL_ID_T redundantLoadCell[ NUM_OF_RESERVOIRS ] = { LOAD_CELL_A2, - LOAD_CELL_B2 }; ///< The reservoirs' associate redundant load cell. +static LOAD_CELL_ID_T associatedLoadCell[ NUM_OF_RESERVOIRS ] = { LOAD_CELL_RESERVOIR_1_PRIMARY, + LOAD_CELL_RESERVOIR_1_BACKUP }; ///< The reservoirs' associate load cell. +static LOAD_CELL_ID_T redundantLoadCell[ NUM_OF_RESERVOIRS ] = { LOAD_CELL_RESERVOIR_2_PRIMARY, + LOAD_CELL_RESERVOIR_2_BACKUP }; ///< The reservoirs' associate redundant load cell. static F32 reservoirLowestWeight[ NUM_OF_RESERVOIRS ] = { MAX_RESERVOIR_WEIGHT, MAX_RESERVOIR_WEIGHT }; ///< The reservoirs' lowest weight during draining.