Index: PersistentAlarm.h =================================================================== diff -u -r47562f55e05738340cff996e9b579e90716204db -rd4443dc3a156ca5dad93af0617cfc2967b97e448 --- PersistentAlarm.h (.../PersistentAlarm.h) (revision 47562f55e05738340cff996e9b579e90716204db) +++ PersistentAlarm.h (.../PersistentAlarm.h) (revision d4443dc3a156ca5dad93af0617cfc2967b97e448) @@ -33,8 +33,8 @@ // Persistent period resolution is in ms void initPersistentAlarm( ALARM_ID_T alarmIndex, U32 persistentClearPeriod, U32 persistentTriggerPeriod ); -BOOL isPersistentAlarmTriggered( ALARM_ID_T alarmIndex, BOOL const isErrorOccured ); -BOOL isPersistentAlarmConditionCleared( ALARM_ID_T alarmIndex, BOOL const isOutOfRange ); +BOOL isPersistentAlarmTriggered( ALARM_ID_T alarmIndex, BOOL const isErrorOccurred ); +BOOL isPersistentAlarmConditionCleared( ALARM_ID_T alarmIndex, BOOL const isErrorOccurred ); /**@}*/