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 */ # define INCLUDE_TIMEOUT_API #endif -#ifndef SIMULATOR -#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK) +#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS)) #define STORAGE_GET_INFO #endif -#endif #if defined(HAVE_SIGALTSTACK_THREADS) #ifndef _XOPEN_SOURCE