Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r4e4ab946c0bc4b668cf5b197c7f841355814ccf5 -r36175a36368115bdd8d1a22e99320292c16eb8db --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 4e4ab946c0bc4b668cf5b197c7f841355814ccf5) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 36175a36368115bdd8d1a22e99320292c16eb8db) @@ -53,7 +53,6 @@ #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_MAX_RETRIES 20 ///< 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