Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -rdb5eeea50b6d69b626ce97f0f32377313385a009 -rec4a8156ebdaf7396a0242addacfa01439d8a38e --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision db5eeea50b6d69b626ce97f0f32377313385a009) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision ec4a8156ebdaf7396a0242addacfa01439d8a38e) @@ -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