Index: firmware/App/Services/AlarmMgmtDD.c =================================================================== diff -u -r313982ccc772f1bbe182877dff7e00381b04e0f4 -r39475b40d39d5fc87c8d15bb0805b96a7594433b --- firmware/App/Services/AlarmMgmtDD.c (.../AlarmMgmtDD.c) (revision 313982ccc772f1bbe182877dff7e00381b04e0f4) +++ firmware/App/Services/AlarmMgmtDD.c (.../AlarmMgmtDD.c) (revision 39475b40d39d5fc87c8d15bb0805b96a7594433b) @@ -14,6 +14,7 @@ * @date (original) 05-Aug-2024 * ***************************************************************************/ +#define __ALARM_MGMT_DD_C__ #include "AlarmMgmtDD.h" #include "Messaging.h" @@ -114,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 ); } } } @@ -375,10 +376,12 @@ return status; } + /************************************************************************* * TEST SUPPORT FUNCTIONS *************************************************************************/ + /*********************************************************************//** * @brief * The testClearAllAlarms function clears all active alarms, even if they