diff options
| -rw-r--r-- | firmware/storage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/storage.c b/firmware/storage.c index fd8ed60..3720425 100644 --- a/firmware/storage.c +++ b/firmware/storage.c @@ -636,19 +636,16 @@ bool storage_present(int drive) #if (CONFIG_STORAGE & STORAGE_SD) case STORAGE_SD: return sd_present(ldrive); - break; #endif #if (CONFIG_STORAGE & STORAGE_NAND) case STORAGE_NAND: return true; - break; #endif #if (CONFIG_STORAGE & STORAGE_RAMDISK) case STORAGE_RAMDISK: return true; - break; #endif default: |