We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae42450 commit 18ecd15Copy full SHA for 18ecd15
src/image/qd.c
@@ -33,7 +33,7 @@ static bool_t qd_open(struct image *im)
33
im->qd.tb = 1;
34
im->nr_cyls = 1;
35
im->nr_sides = 1;
36
- im->write_bc_ticks = sampleclk_us(4) + 66; /* 4.917us */
+ im->write_bc_ticks = sampleclk_ns(4917); /* 4.917us */
37
im->ticks_per_cell = im->write_bc_ticks;
38
im->sync = SYNC_none;
39
0 commit comments