We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c070cc commit 6ed465fCopy full SHA for 6ed465f
src/app/util/attribute-storage.h
@@ -28,6 +28,10 @@
28
#include <app-common/zap-generated/attribute-type.h>
29
#include <app-common/zap-generated/cluster-objects.h>
30
31
+// NOTE: direct include here even though app/util/config.h is the public header,
32
+// because MAX_ENDPOINT_COUNT needs FIXED_ENDPOINT_COUNT definitions.
33
+#include <zap-generated/endpoint_config.h>
34
+
35
static constexpr uint16_t kEmberInvalidEndpointIndex = 0xFFFF;
36
37
// If we have fixed number of endpoints, then max is the same.
0 commit comments