We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06afe55 commit d32b4bdCopy full SHA for d32b4bd
samples/subsys/usb/mass/src/main.c
@@ -15,6 +15,7 @@
15
LOG_MODULE_REGISTER(main);
16
17
#if CONFIG_DISK_ACCESS_FLASH
18
+#include <storage/flash_map.h>
19
#if CONFIG_FAT_FILESYSTEM_ELM
20
#include <fs/fs.h>
21
#include <ff.h>
@@ -30,7 +31,6 @@ static struct fs_mount_t fs_mnt = {
30
31
#elif CONFIG_FILE_SYSTEM_LITTLEFS
32
33
#include <fs/littlefs.h>
-#include <storage/flash_map.h>
34
35
FS_LITTLEFS_DECLARE_DEFAULT_CONFIG(storage);
36
static struct fs_mount_t fs_mnt = {
0 commit comments