From fbf8b5dfc8d496c9b918e5227ff383b990c62e61 Mon Sep 17 00:00:00 2001 From: ismail Date: Tue, 9 Sep 2025 09:14:28 +0300 Subject: [PATCH] Fix mispelled config parameter Fixed a mispelled configuration parameter. Refs #1105 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdc9e67..01a511d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ else() list(APPEND srcs "src/relay_chn_ctl_single.c") endif() -if(CONFIG_RELAY_CHN_NVS) +if(CONFIG_RELAY_CHN_ENABLE_NVS) list(APPEND srcs "src/relay_chn_nvs.c") endif()