diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index bedf7df4e2..be40df2546 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h | |||
@@ -1259,11 +1259,9 @@ Lyre prototype 1 */ | |||
1259 | # define INCLUDE_TIMEOUT_API | 1259 | # define INCLUDE_TIMEOUT_API |
1260 | #endif | 1260 | #endif |
1261 | 1261 | ||
1262 | #ifndef SIMULATOR | 1262 | #if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS)) |
1263 | #if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK) | ||
1264 | #define STORAGE_GET_INFO | 1263 | #define STORAGE_GET_INFO |
1265 | #endif | 1264 | #endif |
1266 | #endif | ||
1267 | 1265 | ||
1268 | #if defined(HAVE_SIGALTSTACK_THREADS) | 1266 | #if defined(HAVE_SIGALTSTACK_THREADS) |
1269 | #ifndef _XOPEN_SOURCE | 1267 | #ifndef _XOPEN_SOURCE |