Fixed typos

This commit is contained in:
Andreas Eversberg
2017-01-08 12:10:29 +01:00
parent bf0abd627d
commit a5fd375237
7 changed files with 12 additions and 12 deletions

View File

@@ -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;