Do a recalibrate when retrying a track read --- it makes things a bit more

reliable.
This commit is contained in:
David Given
2019-02-09 22:55:46 +01:00
parent c4451c20d0
commit 9f64de0c49
6 changed files with 45 additions and 16 deletions

View File

@@ -4,6 +4,7 @@
class Fluxmap;
extern int usbGetVersion();
extern void usbRecalibrate();
extern void usbSeek(int track);
extern nanoseconds_t usbGetRotationalPeriod();
extern void usbTestBulkTransport();