Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -r6499ea25921fcf67826fa0c35bb03caf411ba542 -raa1367aa813db6acc52013795a8c6e58405bb10e --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 6499ea25921fcf67826fa0c35bb03caf411ba542) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision aa1367aa813db6acc52013795a8c6e58405bb10e) @@ -57,6 +57,8 @@ BOOL addMsgToPendingACKList( MESSAGE_T *msg, COMM_BUFFER_T channel, U08 *msgData, U32 len ); BOOL testSetHDCommunicationStatus( U32 value ); BOOL testResetHDCommuncationStatus( void ); +BOOL testSetPendingACKOverride( U32 value ); +BOOL testResetPendingACKOverride( void ); /**@}*/