Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r7b55179534838521771dcd4495c97dc15acf47e3 -rac8b318b42ed735a28fc6459008b0ddc2e07b302 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 7b55179534838521771dcd4495c97dc15acf47e3) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision ac8b318b42ed735a28fc6459008b0ddc2e07b302) @@ -160,7 +160,7 @@ *************************************************************************/ BOOL isHDCommunicating( void ) { - return getU32OverrideValue(&hdCommunicationStatus); + return getU32OverrideValue( &hdCommunicationStatus ); } /*********************************************************************//** @@ -668,6 +668,7 @@ if ( TRUE == didTimeout( timeOfLastHDCheckIn, HD_COMM_TIMEOUT_IN_MS ) ) { hdCommunicationStatus.data = FALSE; + setHDOperationMode( 0, 0 ); // If HD off or not connected, consider HD mode is fault. } }