summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/storage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/storage.c b/firmware/storage.c
index 790cddcd1a..1c7dfd7afb 100644
--- a/firmware/storage.c
+++ b/firmware/storage.c
@@ -694,6 +694,7 @@ int storage_spinup_time(void)
694#if (CONFIG_STORAGE & STORAGE_SD) 694#if (CONFIG_STORAGE & STORAGE_SD)
695 //t=sd_spinup_time(); 695 //t=sd_spinup_time();
696 //if (t>max) max=t; 696 //if (t>max) max=t;
697 (void)t;
697#endif 698#endif
698 699
699#if (CONFIG_STORAGE & STORAGE_NAND) 700#if (CONFIG_STORAGE & STORAGE_NAND)