From 8abd3ded3bc96754754ba1d0c8bb5d3bd977aae8 Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Thu, 7 Nov 2024 10:36:35 +0800 Subject: [PATCH] esp-matter: Use the right binding table size macro definition --- components/esp_matter/zap_common/zap-generated/gen_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_matter/zap_common/zap-generated/gen_config.h b/components/esp_matter/zap_common/zap-generated/gen_config.h index eb575000c..a0b4e0c9d 100644 --- a/components/esp_matter/zap_common/zap-generated/gen_config.h +++ b/components/esp_matter/zap_common/zap-generated/gen_config.h @@ -23,7 +23,7 @@ #include // User options for plugin Binding Table Library -#define EMBER_BINDING_TABLE_SIZE CONFIG_ESP_MATTER_BINDING_TABLE_SIZE +#define MATTER_BINDING_TABLE_SIZE CONFIG_ESP_MATTER_BINDING_TABLE_SIZE /**** Network Section ****/ #define EMBER_SUPPORTED_NETWORKS (1)