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