Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r667feab319b14681a0330a715da7a1ba930b518d -r29a2c3c7d7618489c0ada9f98e1d30226b455392 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 667feab319b14681a0330a715da7a1ba930b518d) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 29a2c3c7d7618489c0ada9f98e1d30226b455392) @@ -123,7 +123,7 @@ #define BP_FLOW_WEAR_A_TERM 0.000000001 ///< A term used for wear portion of alpha flow coefficient. #define BP_FLOW_WEAR_B_TERM 0.00055 ///< B term used for wear portion of alpha flow coefficient. #define BP_MAX_ROTOR_COUNT_FOR_WEAR 25000 ///< Maximum rotor count for determining wear of the cartridge (negligible affect beyond this threshold). -#define DATA_PUBLISH_COUNTER_START_COUNT 9 ///< Data publish counter start count. +#define DATA_PUBLISH_COUNTER_START_COUNT 20 ///< Data publish counter start count. /// Enumeration of blood pump controller states. typedef enum BloodPump_States