diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-11-02 14:58:25 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-11-02 14:58:49 -0400 |
commit | 67ad6589fbcd65281364dba51aabefdc55990b2d (patch) | |
tree | 658bdb93cd808ab072af4f234d9162d1adbbd2df /firmware/export/config.h | |
parent | 4be628544418641add9f8efd44a6b7cf1ed916bc (diff) | |
download | rockbox-67ad6589fbcd65281364dba51aabefdc55990b2d.tar.gz rockbox-67ad6589fbcd65281364dba51aabefdc55990b2d.zip |
Fix additional red introduced in 04dc052a96
Change-Id: Ie553673c5899d8399fa1cb1d7029f0d48075a420
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ | |||
1259 | # define INCLUDE_TIMEOUT_API | 1259 | # define INCLUDE_TIMEOUT_API |
1260 | #endif | 1260 | #endif |
1261 | 1261 | ||
1262 | #if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS)) | 1262 | #if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS) && !(CONFIG_STORAGE & STORAGE_HOSTFS)) |
1263 | #define STORAGE_GET_INFO | 1263 | #define STORAGE_GET_INFO |
1264 | #endif | 1264 | #endif |
1265 | 1265 | ||