Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -r0a4dcd288d4347b85baaa0b07da568b6add5eac7 -r97a93f387f6797fc747895fc915323220db12573 --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 0a4dcd288d4347b85baaa0b07da568b6add5eac7) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 97a93f387f6797fc747895fc915323220db12573) @@ -57,7 +57,9 @@ BOOL isUICommunicating( void ); BOOL uiCommunicated( void ); BOOL isHDOnlyCANNode( void ); -BOOL addMsgToPendingACKList( MESSAGE_T *msg, COMM_BUFFER_T channel, U08 *msgData, U32 len ); +BOOL addMsgToPendingACKList( MESSAGE_T *msg, COMM_BUFFER_T channel, U08 *msgData, U32 len ); +BOOL testSetPendingACKOverride( U32 value ); +BOOL testResetPendingACKOverride( void ); /**@}*/