Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -r025612ad77fe630889a364586de54bffe5262d56 -r2c5f0db65f23016a42f3e28160c308336f2b108e --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 025612ad77fe630889a364586de54bffe5262d56) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 2c5f0db65f23016a42f3e28160c308336f2b108e) @@ -55,7 +55,8 @@ BOOL isHDCommunicating( void ); BOOL isDGOnlyCANNode( void ); BOOL addMsgToPendingACKList( MESSAGE_T *msg, COMM_BUFFER_T channel, U08 *msgData, U32 len ); - +BOOL testSetHDCommunicationStatus( void ); ///< HD Communication Override Set +BOOL testResetHDCommuncationStatus( void ); ///< HD Communication Override Reset /**@}*/ #endif