Skip to content

Commit 451392a

Browse files
committed
I2SDriverRP2040 getOverUnderflow()
1 parent 50b7a1e commit 451392a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AudioTools/CoreAudio/AudioI2S/I2SRP2040.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ class I2SDriverRP2040 {
196196

197197
void flush() { i2s.flush(); }
198198

199+
bool getOverUnderflow() {
200+
return i2s.getOverUnderflow() ;
201+
}
202+
199203
protected:
200204
I2SConfigStd cfg;
201205
I2S i2s;

0 commit comments

Comments
 (0)