We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e5a2e commit 46656a4Copy full SHA for 46656a4
src/AACDecoderHelix.h
@@ -27,7 +27,7 @@ class AACDecoderHelix : public CommonHelix {
27
}
28
29
#if defined(ARDUINO) || defined(HELIX_PRINT)
30
- AACDecoderHelix(Print &output) { t
+ AACDecoderHelix(Print &output) {
31
setMinFrameBufferSize(AAC_MIN_FRAME_SIZE);
32
his->out = &output;
33
0 commit comments