From b0300ed460646893acc65da2e7eec382aab7f93c Mon Sep 17 00:00:00 2001 From: zwx Date: Tue, 10 Oct 2023 20:10:15 +0800 Subject: [PATCH] fix(openthread): fix config typo for mtd --- .../private_include/openthread-core-esp32x-mtd-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/openthread/private_include/openthread-core-esp32x-mtd-config.h b/components/openthread/private_include/openthread-core-esp32x-mtd-config.h index c2056e59cb..e5980244b7 100644 --- a/components/openthread/private_include/openthread-core-esp32x-mtd-config.h +++ b/components/openthread/private_include/openthread-core-esp32x-mtd-config.h @@ -241,7 +241,7 @@ * This config is applicable only when `OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_ENABLE` is enabled. * */ -#define OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_SERVICES CONFIG_OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_SERVICES +#define OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_SERVICES CONFIG_OPENTHREAD_SRP_CLIENT_MAX_SERVICES #endif