From f84a4a289edc86cdae934c7410d142162a67a42e Mon Sep 17 00:00:00 2001 From: Rob Riggs Date: Tue, 14 Apr 2020 19:30:34 -0500 Subject: [PATCH] Minor whitespace changes. --- TNC/AFSKModulator.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TNC/AFSKModulator.hpp b/TNC/AFSKModulator.hpp index d772d38..a6c80c9 100644 --- a/TNC/AFSKModulator.hpp +++ b/TNC/AFSKModulator.hpp @@ -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 {