From 67ad6589fbcd65281364dba51aabefdc55990b2d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 2 Nov 2024 14:58:25 -0400 Subject: Fix additional red introduced in 04dc052a96 Change-Id: Ie553673c5899d8399fa1cb1d7029f0d48075a420 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3