Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -rd33ae635eb38ae8f2647f68304be74e8e4f78cfd -r29a2c3c7d7618489c0ada9f98e1d30226b455392 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision d33ae635eb38ae8f2647f68304be74e8e4f78cfd) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 29a2c3c7d7618489c0ada9f98e1d30226b455392) @@ -152,8 +152,7 @@ { data[ msgSize++ ] = 0; } - - #ifndef DISABLE_ACK_ERRORS + if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_ACK_ERRORS ) != SW_CONFIG_ENABLE_VALUE ) { // If ACK required, add to pending ACK list @@ -166,7 +165,6 @@ } } } - #endif if ( FALSE == error ) {