This commit is contained in:
2026-05-11 19:28:06 +02:00
parent 5ae098962d
commit 32fe244fcf
2 changed files with 2 additions and 1 deletions

View File

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