Browse Source

floppy: New default step rate 10ms. Should work with more drive types.

Keir Fraser 4 năm trước cách đây
mục cha
commit
5fb95d143a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/floppy.c

+ 1 - 1
src/floppy.c

@@ -39,7 +39,7 @@ static struct unit {
 static struct gw_delay delay_params;
 static const struct gw_delay factory_delay_params = {
     .select_delay = 10,
-    .step_delay = 5000,
+    .step_delay = 10000,
     .seek_settle = 15,
     .motor_delay = 750,
     .watchdog = 10000