Skip to content

Commit 3626787

Browse files
committed
typo
1 parent 2f1fcfd commit 3626787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Audio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ class Audio : private AudioBuffer{
402402
uint32_t inBufferFilled(); // returns the number of stored bytes in the inputbuffer
403403
uint32_t inBufferFree(); // returns the number of free bytes in the inputbuffer
404404
uint32_t inBufferSize(); // returns the size of the inputbuffer in bytes
405-
void setBufferSize(size_t mbs); // sets the size of the inputbuffer in bytes
405+
void setBufsize(size_t mbs); // sets the size of the inputbuffer in bytes
406406
void setTone(int8_t gainLowPass, int8_t gainBandPass, int8_t gainHighPass);
407407
void setI2SCommFMT_LSB(bool commFMT);
408408
int getCodec() {return m_codec;}

0 commit comments

Comments
 (0)