Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r22cab5beebd48faf29e78c5003b0bdd0a32748e8 -r863a9c650d97fbf75d56c60b907b9117d033ca94 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 22cab5beebd48faf29e78c5003b0bdd0a32748e8) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 863a9c650d97fbf75d56c60b907b9117d033ca94) @@ -52,8 +52,7 @@ #define MAX_COMM_CRC_FAILURE_WINDOW_MS (10 * SEC_PER_MIN * MS_PER_SECOND) ///< CRC error window #define MSG_NOT_ACKED_TIMEOUT_MS 150 ///< Maximum time for a Denali message that requires ACK to be ACK'd - -#define MSG_NOT_ACKED_TIMEOUT_MS_INIT 5000 ///< Maximum time for a Denali message that requires ACK to be ACK'd on the INIT state for the first (UI version request) message of the POST +#define MSG_NOT_ACKED_TIMEOUT_MS_INIT 5000 ///< Maximum time for a Denali message that requires ACK to be ACK'd on the INIT state for the first (UI version request) message of the POST #define MSG_NOT_ACKED_MAX_RETRIES 3 ///< Maximum number of times a message that requires ACK that was not ACK'd can be re-sent before alarm #define PENDING_ACK_LIST_SIZE 25 ///< Maximum number of Denali messages that can be pending ACK at any given time @@ -1618,10 +1617,6 @@ handleTestSyringePumpHeprinBolusTargetRateOverrideRequest( message ); break; - case MSG_ID_HD_REQ_CURRENT_TREATMENT_PARAMETERS: - handleTestCurrentTreamtmentParametersRequest( message ); - break; - case MSG_ID_HD_FANS_DUTY_CYCLE_OVERRIDE: handleSetFansDutyCycleOverrideRequest( message ); break; @@ -1654,9 +1649,6 @@ handleSetBloodEmbeddedModeCommand( message ); break; - case MSG_ID_HD_SET_BLOOD_LEAK_EMB_MODE_SET_POINT: - break; - default: // Unrecognized message ID received - ignore break;