The clock compensation factor for Mac doesn't seem to be needed?

This commit is contained in:
David Given
2021-01-08 01:14:39 +01:00
parent cdb12f35d4
commit 231aa44d03

View File

@@ -19,7 +19,7 @@ static DoubleFlag postIndexGapUs(
static DoubleFlag clockCompensation(
{ "--clock-compensation-factor" },
"Scale the output clock by this much.",
.9724);
1.0);
static bool lastBit;