Index: firmware/App/Controllers/SubstitutionPump.c =================================================================== diff -u -re8f0c7b5b75c64011832e6bbf5d35e4a24ea6e0f -rb93fd36af5af02e88044107d4331125b11a9bc0e --- firmware/App/Controllers/SubstitutionPump.c (.../SubstitutionPump.c) (revision e8f0c7b5b75c64011832e6bbf5d35e4a24ea6e0f) +++ firmware/App/Controllers/SubstitutionPump.c (.../SubstitutionPump.c) (revision b93fd36af5af02e88044107d4331125b11a9bc0e) @@ -40,7 +40,7 @@ #define SUBSTITUTION_PUMP_ZERO_REVOLUTION_COUNT 0 ///< Revolution count reached to Zero. #define SUBSTITUTION_PUMP_ZERO_FLOW_RATE 0xFFFFFFFF ///< Pulse width value when zero flow rate or pump is off #define SUBSTITUTION_PUMP_STEP_PER_REV 200.0F ///< Number of steps for every revolution. -#define SUBSTITUTION_PUMP_MICRO_STEPS_PER_STEP 64.0F ///< Number of micro-steps ( fractions of step) per step. +#define SUBSTITUTION_PUMP_MICRO_STEPS_PER_STEP 64.0F ///< Number of micro-steps ( fractions of step) per step. #define SUBSTITUTION_PUMP_VOLUME_TO_REVOLUTION ( ( 1.0F / SUBSTITUTION_PUMP_VOLUME_PER_REV ) * \ ( SUBSTITUTION_PUMP_STEP_PER_REV * \ SUBSTITUTION_PUMP_MICRO_STEPS_PER_STEP ) ) ///< Convert volume in to number of revolutions needed.