C-Netz: Minor coding style changes, no changes to process

This commit is contained in:
Andreas Eversberg 2016-11-22 19:09:05 +01:00
parent 0a83b19a99
commit f911717aa4
2 changed files with 6 additions and 6 deletions

View File

@ -239,7 +239,7 @@ static int fsk_testtone_encode(cnetz_t *cnetz)
phase = cnetz->fsk_tx_phase;
bitstep = cnetz->fsk_tx_bitstep * 256.0;
/* add 198 bits of noise */
/* add 198 bits of test tone */
for (i = 0; i < 99; i++) {
do {
*spl++ = ramp_up[(int)phase];