Fix mispelled config parameter

Fixed a mispelled configuration parameter. Refs #1105
This commit is contained in:
2025-09-09 09:14:28 +03:00
parent a3f83eaaee
commit fbf8b5dfc8

View File

@@ -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()