Skip to content

Commit 18dece2

Browse files
committed
Compile Errors
1 parent 0eeeb72 commit 18dece2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/SoundGenerator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SoundGenerator {
4848
virtual size_t readBytes( uint8_t *buffer, size_t lengthBytes){
4949
LOGD("readBytes: %d - channesl = %d",lengthBytes);
5050
size_t result = 0;
51-
int ch = channels(;)
51+
int ch = channels();
5252
int frame_size = sizeof(T) * ch;
5353
if (active){
5454
switch (ch){

0 commit comments

Comments
 (0)