From 7a57dfc7b80dc66568a931361a1021ca919fbd8a Mon Sep 17 00:00:00 2001 From: boblark Date: Tue, 8 Oct 2024 18:09:46 -0700 Subject: [PATCH] Corrected comments, only --- radioBFSKmodulator_F32.cpp | 5 ++--- radioBFSKmodulator_F32.h | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/radioBFSKmodulator_F32.cpp b/radioBFSKmodulator_F32.cpp index e6ed748..ccce676 100644 --- a/radioBFSKmodulator_F32.cpp +++ b/radioBFSKmodulator_F32.cpp @@ -1,11 +1,11 @@ /* - * radioBFSKmodulator_F32 + * radioBFSKmodulator_F32.cpp * * Created: Bob Larkin 17 March 2022 * * License: MIT License. Use at your own risk. See corresponding .h file. * - * 2 April 2023 -Corrected to handle outputs from a full buffer. RSL + * 2 April 2023 -Corrected to handle outputs from full buffer. RSL * Added int16_t getBufferSpace(). RSL */ @@ -115,4 +115,3 @@ void RadioBFSKModulator_F32::update(void) { AudioStream_F32::release (blockFSK); // Serial.print(" "); Serial.println(micros()-tt); } - diff --git a/radioBFSKmodulator_F32.h b/radioBFSKmodulator_F32.h index 640be11..a735048 100644 --- a/radioBFSKmodulator_F32.h +++ b/radioBFSKmodulator_F32.h @@ -284,4 +284,3 @@ private: uint64_t indexFIRMask = 0X001F; // Goes with 32 }; #endif -