Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 -r6174d100ec62372d3821e6f7c4a2698a7996c306 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 6174d100ec62372d3821e6f7c4a2698a7996c306) @@ -70,7 +70,7 @@ #define BP_MAX_CURR_WHEN_STOPPED_MA 150.0 ///< motor controller current should not exceed this when pump should be stopped #define BP_MIN_CURR_WHEN_RUNNING_MA 150.0 ///< motor controller current should always exceed this when pump should be running -#define BP_MAX_CURR_WHEN_RUNNING_MA 1000.0 ///< motor controller current should not exceed this when pump should be running +#define BP_MAX_CURR_WHEN_RUNNING_MA 2000.0 ///< motor controller current should not exceed this when pump should be running #define BP_MAX_CURR_ERROR_DURATION_MS 2000 ///< motor controller current errors persisting beyond this duration will trigger an alarm #define BP_SPEED_ADC_TO_RPM_FACTOR 1.280938 ///< conversion factor from ADC counts to RPM for blood pump motor