summaryrefslogtreecommitdiff
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)
252 (void)drive; 252 (void)drive;
253 (void)info; 253 (void)info;
254} 254}
255+#endif /* NOT CONFIG_STORAGE_MULTI */ 255#endif
256 #endif
257 256
258#ifdef HAVE_HOTSWAP 257#ifdef HAVE_HOTSWAP
259static inline bool storage_removable(int drive) 258static inline bool storage_removable(int drive)