Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r608780a6e5449b5a9710ac07299ec028117c9f4d -re86977b0f96c69973e9f5f90041aa466a89266af --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 608780a6e5449b5a9710ac07299ec028117c9f4d) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision e86977b0f96c69973e9f5f90041aa466a89266af) @@ -343,6 +343,10 @@ { setCPLDFaultAudio( PIN_SIGNAL_HIGH ); // Set Fault Audio } + else + { + setCPLDFaultAudio( PIN_SIGNAL_LOW ); // Clear Fault Audio + } } else {