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 */ # define INCLUDE_TIMEOUT_API #endif -#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS)) +#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS) && !(CONFIG_STORAGE & STORAGE_HOSTFS)) #define STORAGE_GET_INFO #endif