Skip to content

Commit 74d6451

Browse files
committed
words
1 parent e3fb2c9 commit 74d6451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Listener callbacks return values of the `TF_Result` enum:
107107

108108
TinyFrame uses two data buffers: a small transmit buffer and a larger receive buffer.
109109
The transmit buffer is used to prepare bytes to send, either all at once, or in a
110-
circular fashion if the buffer is not large enough. The buffer must be large enough to
111-
contain the frame header, so e.g. 32 bytes should be sufficient for short messages.
110+
circular fashion if the buffer is not large enough. The buffer must only contain the entire
111+
frame header, so e.g. 32 bytes should be sufficient for short messages.
112112

113113
Using the `*_Multipart()` sending functions, it's further possible to split the frame
114114
header and payload to multiple function calls, allowing the applciation to e.g. generate

0 commit comments

Comments
 (0)