summaryrefslogtreecommitdiff
path: root/chip/g/jitter.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/jitter.c')
-rw-r--r--chip/g/jitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/jitter.c b/chip/g/jitter.c
index 35bf8142c3..b0686bc0bf 100644
--- a/chip/g/jitter.c
+++ b/chip/g/jitter.c
@@ -27,7 +27,7 @@ void init_jittery_clock(int highsec)
int bank;
if (highsec)
- stepx16 = 0xff - trimfast;
+ stepx16 = (delta * 7) >> 1;
else
stepx16 = 2 * (trim48 - trimfast);