浏览代码

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

Keir Fraser 4 年之前
父节点
当前提交
5fb95d143a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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