From 75c03d7f7f6fa23a01501e01ef97397b28be0e97 Mon Sep 17 00:00:00 2001 From: Yufeng Wang Date: Mon, 17 Apr 2023 09:26:09 -0700 Subject: [PATCH] Address review comment --- examples/lighting-app/esp32/main/include/CHIPProjectConfig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/lighting-app/esp32/main/include/CHIPProjectConfig.h b/examples/lighting-app/esp32/main/include/CHIPProjectConfig.h index 794ed8b90d5056..559895608a08d0 100644 --- a/examples/lighting-app/esp32/main/include/CHIPProjectConfig.h +++ b/examples/lighting-app/esp32/main/include/CHIPProjectConfig.h @@ -43,7 +43,5 @@ * @brief Defines the maximum number of ReadHandler for subscriptions, limits the number of active subscription transactions on * server. * - * The default value comes from 3sub per fabric * max number of fabrics. - * */ #define CHIP_IM_MAX_NUM_SUBSCRIPTIONS 45