Skip to content

Commit e5bb91a

Browse files
committed
AAC
1 parent 46656a4 commit e5bb91a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AACDecoderHelix.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ class AACDecoderHelix : public CommonHelix {
2929
#if defined(ARDUINO) || defined(HELIX_PRINT)
3030
AACDecoderHelix(Print &output) {
3131
setMinFrameBufferSize(AAC_MIN_FRAME_SIZE);
32-
his->out = &output;
32+
this->out = &output;
3333
}
3434
#endif
35+
3536
AACDecoderHelix(AACDataCallback dataCallback) {
3637
setMinFrameBufferSize(AAC_MIN_FRAME_SIZE);
3738
this->pcmCallback = dataCallback;

0 commit comments

Comments
 (0)