Minor whitespace changes.

kf7r_9600_experimental
Rob Riggs 2020-04-14 19:30:34 -05:00
rodzic 2c4820ac48
commit f84a4a289e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -117,6 +117,7 @@ struct AFSKModulator : Modulator
#ifdef KISS_LOGGING
HAL_RCCEx_DisableLSCO();
#endif
fill_first(bit);
running_ = 0;
break;
@ -202,7 +203,7 @@ struct AFSKModulator : Modulator
// Drain the queue.
while (osMessageGet(dacOutputQueueHandle_, 0).status == osEventMessage);
}
}
float bits_per_ms() const override
{