From 32fe244fcff029785f67e47836cad7878da0bb0c Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Mon, 11 May 2026 19:28:06 +0200 Subject: [PATCH] sync --- firmware/debug.conf | 1 + firmware/libs/fs_mgmt/src/fs_mgmt.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/debug.conf b/firmware/debug.conf index e3bb52c..b0c6248 100644 --- a/firmware/debug.conf +++ b/firmware/debug.conf @@ -1,5 +1,6 @@ ### Logging CONFIG_LOG=y +CONFIG_DEBUG=y CONFIG_AUDIO_LOG_LEVEL_DBG=y CONFIG_DEBUG_OPTIMIZATIONS=y diff --git a/firmware/libs/fs_mgmt/src/fs_mgmt.c b/firmware/libs/fs_mgmt/src/fs_mgmt.c index c3bdb2f..1b0b56b 100644 --- a/firmware/libs/fs_mgmt/src/fs_mgmt.c +++ b/firmware/libs/fs_mgmt/src/fs_mgmt.c @@ -17,7 +17,7 @@ LOG_MODULE_REGISTER(fs_mgmt, CONFIG_FS_MGMT_LOG_LEVEL); * Without PM, we fall back to the DTS node label. */ #if defined(PM_littlefs_storage_ID) -#define FS_PARTITION_ID FIXED_PARTITION_ID(littlefs_storage) +#define FokITION_ID(littlefs_storage) #elif DT_NODE_EXISTS(DT_NODELABEL(ext_flash_lfs)) #define FS_PARTITION_ID FIXED_PARTITION_ID(ext_flash_lfs) #else