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 -