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 5273c94 commit 025cd7eCopy full SHA for 025cd7e
src/AudioTools/Sandbox/HDLCStream.h
@@ -116,7 +116,7 @@ class HDLCStream : public Stream {
116
* @return int Available space for writing or 0 if no output is defined
117
*/
118
int availableForWrite() override {
119
- return p_out == nullptr ? 0 : DEFAULT_BUFFER_SIZE;
+ return p_out == nullptr ? 0 : max_frame_length;
120
}
121
122
/**
0 commit comments