Fix additional red introduced in 04dc052a96

Change-Id: Ie553673c5899d8399fa1cb1d7029f0d48075a420
This commit is contained in:
Solomon Peachy 2024-11-02 14:58:25 -04:00
parent 4be6285444
commit 67ad6589fb

View file

@ -1259,7 +1259,7 @@ Lyre prototype 1 */
# define INCLUDE_TIMEOUT_API # define INCLUDE_TIMEOUT_API
#endif #endif
#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS)) #if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS) && !(CONFIG_STORAGE & STORAGE_HOSTFS))
#define STORAGE_GET_INFO #define STORAGE_GET_INFO
#endif #endif