Index: firmware/App/Services/AlarmMgmtDD.c =================================================================== diff -u -r5a8acf5d8cb3210672e163a17bd64043ccc01cd4 -rbf919b9158ae60da1e57afb9ce96c0ee77e4d6d5 --- firmware/App/Services/AlarmMgmtDD.c (.../AlarmMgmtDD.c) (revision 5a8acf5d8cb3210672e163a17bd64043ccc01cd4) +++ firmware/App/Services/AlarmMgmtDD.c (.../AlarmMgmtDD.c) (revision bf919b9158ae60da1e57afb9ce96c0ee77e4d6d5) @@ -115,7 +115,7 @@ { // If alarm is a DD fault and the alarm manager can transition to fault immediately, go to fault mode //TODO : Testing - remove the comment later - requestNewOperationMode( DD_MODE_FAUL ); + //requestNewOperationMode( DD_MODE_FAUL ); } } }