From a5fd375237cd7d4f9a1d60608c50720b3498f72d Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 8 Jan 2017 12:10:29 +0100 Subject: Fixed typos --- src/amps/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amps/dsp.c') 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; -- cgit v1.2.3