Skip to content

Commit b8daa45

Browse files
committed
Compile error in Sound generator
1 parent da600dc commit b8daa45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AudioTools/SoundGenerator.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ class SineWaveGenerator : public SoundGenerator<T> {
123123
}
124124

125125
void begin() {
126-
b
127-
egin(1, 44100, 0);
126+
begin(1, 44100, 0);
128127
}
129128
void begin(uint16_t sample_rate, uint16_t frequency=0){
130129
begin(1, sample_rate, frequency);

0 commit comments

Comments
 (0)