Index: AlarmMgmt.c =================================================================== diff -u -r9023ef607793bf8f9e0491da6b84b7da6f8e77de -rca1d590217b1bfd14f0e0682f88e04de076ff199 --- AlarmMgmt.c (.../AlarmMgmt.c) (revision 9023ef607793bf8f9e0491da6b84b7da6f8e77de) +++ AlarmMgmt.c (.../AlarmMgmt.c) (revision ca1d590217b1bfd14f0e0682f88e04de076ff199) @@ -1,25 +1,27 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 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 AlarmMgmt.c * -* @author (last) Sean -* @date (last) 30-Jul-2024 +* @author (last) Sean Nash +* @date (last) 07-Oct-2025 * -* @author (original) Sean -* @date (original) 30-Jul-2024 +* @author (original) Sean Nash +* @date (original) 01-Aug-2024 * ***************************************************************************/ #include "mibspi.h" #define __ALARM_MGMT_C__ +#ifdef _DD_ #include "FPOperationModes.h" +#endif #include "OperationModes.h" #include "Messaging.h" #include "TaskGeneral.h"