Corrected comments, only

master
boblark 4 weeks ago
parent 465672a46c
commit 7a57dfc7b8
  1. 5
      radioBFSKmodulator_F32.cpp
  2. 1
      radioBFSKmodulator_F32.h

@ -1,11 +1,11 @@
/* /*
* radioBFSKmodulator_F32 * radioBFSKmodulator_F32.cpp
* *
* Created: Bob Larkin 17 March 2022 * Created: Bob Larkin 17 March 2022
* *
* License: MIT License. Use at your own risk. See corresponding .h file. * 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 * Added int16_t getBufferSpace(). RSL
*/ */
@ -115,4 +115,3 @@ void RadioBFSKModulator_F32::update(void) {
AudioStream_F32::release (blockFSK); AudioStream_F32::release (blockFSK);
// Serial.print(" "); Serial.println(micros()-tt); // Serial.print(" "); Serial.println(micros()-tt);
} }

@ -284,4 +284,3 @@ private:
uint64_t indexFIRMask = 0X001F; // Goes with 32 uint64_t indexFIRMask = 0X001F; // Goes with 32
}; };
#endif #endif

Loading…
Cancel
Save