Skip to content

Commit 025cd7e

Browse files
committed
HDLCStream
1 parent 5273c94 commit 025cd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/Sandbox/HDLCStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class HDLCStream : public Stream {
116116
* @return int Available space for writing or 0 if no output is defined
117117
*/
118118
int availableForWrite() override {
119-
return p_out == nullptr ? 0 : DEFAULT_BUFFER_SIZE;
119+
return p_out == nullptr ? 0 : max_frame_length;
120120
}
121121

122122
/**

0 commit comments

Comments
 (0)