summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index be40df2546..65f05b3e8e 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1259,7 +1259,7 @@ Lyre prototype 1 */
1259# define INCLUDE_TIMEOUT_API 1259# define INCLUDE_TIMEOUT_API
1260#endif 1260#endif
1261 1261
1262#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS)) 1262#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS) && !(CONFIG_STORAGE & STORAGE_HOSTFS))
1263#define STORAGE_GET_INFO 1263#define STORAGE_GET_INFO
1264#endif 1264#endif
1265 1265