summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/storage.h b/firmware/export/storage.h
index dbcc7a69ab..fc49d0ce31 100644
--- a/firmware/export/storage.h
+++ b/firmware/export/storage.h
@@ -195,7 +195,7 @@ int storage_num_drives(void);
195#ifdef STORAGE_GET_INFO 195#ifdef STORAGE_GET_INFO
196void storage_get_info(int drive, struct storage_info *info); 196void storage_get_info(int drive, struct storage_info *info);
197#endif 197#endif
198#ifdef HOTSWAP 198#ifdef HAVE_HOTSWAP
199bool storage_removable(int drive); 199bool storage_removable(int drive);
200bool storage_present(int drive); 200bool storage_present(int drive);
201#endif 201#endif