We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465672a commit 7a57dfcCopy full SHA for 7a57dfc
2 files changed
radioBFSKmodulator_F32.cpp
@@ -1,11 +1,11 @@
1
/*
2
- * radioBFSKmodulator_F32
+ * radioBFSKmodulator_F32.cpp
3
*
4
* Created: Bob Larkin 17 March 2022
5
6
* License: MIT License. Use at your own risk. See corresponding .h file.
7
8
- * 2 April 2023 -Corrected to handle outputs from a full buffer. RSL
+ * 2 April 2023 -Corrected to handle outputs from full buffer. RSL
9
* Added int16_t getBufferSpace(). RSL
10
*/
11
@@ -115,4 +115,3 @@ void RadioBFSKModulator_F32::update(void) {
115
AudioStream_F32::release (blockFSK);
116
// Serial.print(" "); Serial.println(micros()-tt);
117
}
118
-
radioBFSKmodulator_F32.h
@@ -284,4 +284,3 @@ class RadioBFSKModulator_F32 : public AudioStream_F32 {
284
uint64_t indexFIRMask = 0X001F; // Goes with 32
285
};
286
#endif
287
0 commit comments