Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rd39ef6232e746a4f2d425135208602670fae60bd -r358e32a9fb25a6929fc5bbd7ee1d8ed2c4b69920 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision d39ef6232e746a4f2d425135208602670fae60bd) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 358e32a9fb25a6929fc5bbd7ee1d8ed2c4b69920) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * -* @file SystemComm.c +* @file SystemComm.c * -* @author (last) Sean Nash -* @date (last) 14-Oct-2020 +* @author (last) Quang Nguyen +* @date (last) 23-Aug-2021 * -* @author (original) Dara Navaei -* @date (original) 05-Nov-2019 +* @author (original) Dara Navaei +* @date (original) 05-Nov-2019 * ***************************************************************************/ @@ -195,7 +195,7 @@ if ( TRUE == isAlarmActive( ALARM_ID_DG_COMM_TIMEOUT ) ) { - clearAlarm( ALARM_ID_DG_COMM_TIMEOUT ); + clearAlarmCondition( ALARM_ID_DG_COMM_TIMEOUT ); } }