summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/storage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/storage.h b/firmware/export/storage.h
index 3c2a0e858e..68867a98b1 100644
--- a/firmware/export/storage.h
+++ b/firmware/export/storage.h
@@ -252,8 +252,7 @@ static inline void storage_get_info(int drive, struct storage_info *info)
(void)drive;
(void)info;
}
-+#endif /* NOT CONFIG_STORAGE_MULTI */
- #endif
+#endif
#ifdef HAVE_HOTSWAP
static inline bool storage_removable(int drive)