We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0da2d7 commit a7c63c0Copy full SHA for a7c63c0
src/app/util/attribute-storage-detail.h
@@ -29,13 +29,6 @@
29
30
#include <protocols/interaction_model/StatusCode.h>
31
32
-// If we have fixed number of endpoints, then max is the same.
33
-#ifdef FIXED_ENDPOINT_COUNT
34
-#define MAX_ENDPOINT_COUNT (FIXED_ENDPOINT_COUNT + CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT)
35
-#endif
36
-
37
-#include <app-common/zap-generated/attribute-type.h>
38
39
extern uint8_t attributeData[]; // main storage bucket for all attributes
40
41
void emAfCallInits();
0 commit comments