Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r0339d8357ff90e6540ec4420b536336e8c2bc6ea -rfc8ce9d479040ba4472b152955745760460e47db --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 0339d8357ff90e6540ec4420b536336e8c2bc6ea) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision fc8ce9d479040ba4472b152955745760460e47db) @@ -8,7 +8,7 @@ * @file DialInFlow.c * * @author (last) Sean Nash -* @date (last) 16-Nov-2022 +* @date (last) 05-Dec-2022 * * @author (original) Sean * @date (original) 16-Dec-2019 @@ -408,7 +408,7 @@ U32 deltaTime = calcTimeBetween( dipRotorRevStartTime, rotTime ); // Calculate rotor speed (in RPM) - dialInPumpRotorSpeedRPM.data = ( 1.0 / (F32)deltaTime ) * (F32)MS_PER_SECOND * (F32)SEC_PER_MIN; + dialInPumpRotorSpeedRPM.data = ( 1.0F / (F32)deltaTime ) * (F32)MS_PER_SECOND * (F32)SEC_PER_MIN; dipRotorRevStartTime = rotTime; dialysateInPumpRotorCounter.data++;