aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/amps/dsp.c')
-rw-r--r--src/amps/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amps/dsp.c b/src/amps/dsp.c
index 4b7e08b..7fcabcc 100644
--- a/src/amps/dsp.c
+++ b/src/amps/dsp.c
@@ -350,7 +350,7 @@ static int fsk_encode(amps_t *amps, char bit)
} while (phase < 256.0);
phase -= 256.0;
}
- /* ramp up */
+ /* ramp down */
do {
*spl++ = ramp_down[(int)phase];
phase += bitstep;