Index: WatchdogMgmt.c =================================================================== diff -u -rca1d590217b1bfd14f0e0682f88e04de076ff199 -r467ca3d7da374f848c028aced715be13315620d1 --- WatchdogMgmt.c (.../WatchdogMgmt.c) (revision ca1d590217b1bfd14f0e0682f88e04de076ff199) +++ WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 467ca3d7da374f848c028aced715be13315620d1) @@ -7,8 +7,8 @@ * * @file WatchdogMgmt.c * -* @author (last) Sean Nash -* @date (last) 10-Sep-2025 +* @author (last) Arpita Srivastava +* @date (last) 03-Jun-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -231,7 +231,7 @@ // else if ( audioCurrent < MIN_BACKUP_ALARM_CURRENT_MA ) // { //#ifndef _RELEASE_ -// if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_ALARM_AUDIO ) != SW_CONFIG_ENABLE_VALUE ) +// if ( getTestConfigStatus( TEST_CONFIG_DISABLE_ALARM_AUDIO ) != TRUE ) //#endif // { // SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_WATCHDOG_POST_TEST_FAILED, 3.0F, audioCurrent ); @@ -270,7 +270,7 @@ // else if ( audioCurrent > MAX_BACKUP_ALARM_CURRENT_MA ) // { //#ifndef _RELEASE_ -// if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_ALARM_AUDIO ) != SW_CONFIG_ENABLE_VALUE ) +// if ( getTestConfigStatus( TEST_CONFIG_DISABLE_ALARM_AUDIO ) != TRUE ) //#endif // { // SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_WATCHDOG_POST_TEST_FAILED, 5.0F, audioCurrent );