diff --git a/src/dev/disk/disk.c b/src/dev/disk/disk.c index 2cf1f1a..7cbdb1d 100644 --- a/src/dev/disk/disk.c +++ b/src/dev/disk/disk.c @@ -20,7 +20,7 @@ disk_t disk = { const int diskAccelerator_frames = 2; int diskAccelerator_count = 0; -int diskAccelerator_speed = 1 * M / fps; // if less than actual CPU speed means no acceleration +int diskAccelerator_speed = 25 * M / fps; // if less than actual CPU speed means no acceleration // motor position from the magnet state