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); #ifdef STORAGE_GET_INFO void storage_get_info(int drive, struct storage_info *info); #endif -#ifdef HOTSWAP +#ifdef HAVE_HOTSWAP bool storage_removable(int drive); bool storage_present(int drive); #endif