diff --git a/src/app/util/attribute-storage.h b/src/app/util/attribute-storage.h index be965da42ee357..c91fae9a0e52e7 100644 --- a/src/app/util/attribute-storage.h +++ b/src/app/util/attribute-storage.h @@ -78,15 +78,8 @@ ZAP_EMPTY_DEFAULT(), attId, attSizeBytes, ZAP_TYPE(attType), attrMask | ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) \ } -#define CLUSTER_TICK_FREQ_ALL (0x00) -#define CLUSTER_TICK_FREQ_QUARTER_SECOND (0x04) -#define CLUSTER_TICK_FREQ_HALF_SECOND (0x08) -#define CLUSTER_TICK_FREQ_SECOND (0x0C) - extern uint8_t attributeData[]; // main storage bucket for all attributes -extern uint8_t attributeDefaults[]; // storage bucked for > 2b default values - void emAfCallInits(void); #define emberAfClusterIsClient(cluster) ((bool) (((cluster)->mask & CLUSTER_MASK_CLIENT) != 0))