Index: firmware/App/Services/Interrupts.c =================================================================== diff -u -r1145e9197855b4f2cb79eb407d3899059b0ca410 -r9a7aa0eb2e11048600d3a189859217a82a854ebc --- firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 1145e9197855b4f2cb79eb407d3899059b0ca410) +++ firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 9a7aa0eb2e11048600d3a189859217a82a854ebc) @@ -44,8 +44,6 @@ #define MAX_COMM_ERRORS 5 ///< Maximum number of a given comm error for a given time window. #define COMM_ERROR_TIME_WINDOW_MS (10 * SEC_PER_MIN * MS_PER_SECOND) ///< Time window for comm error counts. -#define MAX_FPGA_HDW_COMM_ERRORS 5 ///< Maximum number of a given FPGA HDW comm errors for a given time window. -#define FPGA_HDW_COMM_ERROR_TIME_WINDOW_MS (10 * SEC_PER_MIN * MS_PER_SECOND) ///< Time window for FPGA HDW comm error counts. #define HET1_EDGE_BP_ROTOR_HALL_SENSOR 0 ///< HET1 edge detector associated with blood pump rotor hall sensor. #define HET1_EDGE_DPO_ROTOR_HALL_SENSOR 1 ///< HET1 edge detector associated with dialysate outlet pump rotor hall sensor. @@ -290,7 +288,7 @@ { BOOL returnValue = sci2FEOEError; - if (TRUE == sci2FEOEError ) + if ( TRUE == returnValue ) { sci2FEOEError = FALSE; }