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