Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -r2c5f0db65f23016a42f3e28160c308336f2b108e -r01875def462c74a2ec96a13e9eeca87addad852d --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 2c5f0db65f23016a42f3e28160c308336f2b108e) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 01875def462c74a2ec96a13e9eeca87addad852d) @@ -55,8 +55,9 @@ 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 +BOOL testSetHDCommunicationStatus( void ); +BOOL testResetHDCommuncationStatus( void ); + /**@}*/ #endif