Skip to content

Commit 7a57dfc

Browse files
committed
Corrected comments, only
1 parent 465672a commit 7a57dfc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

radioBFSKmodulator_F32.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* radioBFSKmodulator_F32
2+
* radioBFSKmodulator_F32.cpp
33
*
44
* Created: Bob Larkin 17 March 2022
55
*
66
* License: MIT License. Use at your own risk. See corresponding .h file.
77
*
8-
* 2 April 2023 -Corrected to handle outputs from a full buffer. RSL
8+
* 2 April 2023 -Corrected to handle outputs from full buffer. RSL
99
* Added int16_t getBufferSpace(). RSL
1010
*/
1111

@@ -115,4 +115,3 @@ void RadioBFSKModulator_F32::update(void) {
115115
AudioStream_F32::release (blockFSK);
116116
// Serial.print(" "); Serial.println(micros()-tt);
117117
}
118-

radioBFSKmodulator_F32.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,3 @@ class RadioBFSKModulator_F32 : public AudioStream_F32 {
284284
uint64_t indexFIRMask = 0X001F; // Goes with 32
285285
};
286286
#endif
287-

0 commit comments

Comments
 (0)