Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r161a56481d1a194704b63a5fd55d4c5583fa94df -r6b870cd0699bb3ee22b93981d51373a6c2d56162 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 161a56481d1a194704b63a5fd55d4c5583fa94df) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 6b870cd0699bb3ee22b93981d51373a6c2d56162) @@ -34,7 +34,7 @@ // ********** private definitions ********** /// Interval to control lamp and audio and to publish alarm status data. -#define ALARM_STATUS_PUBLISH_INTERVAL ( ALARM_LAMP_AND_AUDIO_CONTROL_INTERVAL_MS / TASK_GENERAL_INTERVAL ) +static const U32 ALARM_STATUS_PUBLISH_INTERVAL = ( ALARM_LAMP_AND_AUDIO_CONTROL_INTERVAL_MS / TASK_GENERAL_INTERVAL ); #define ALARM_SILENCE_EXPIRES_IN_SECS (60) ///< Alarm silence expiration time in seconds.