Skip to content
Snippets Groups Projects
Commit 5a9d4b00 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Same size as in master

parent 1b815758
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ void eb_device_slave(eb_socket_t socketp, eb_transport_t transportp, eb_device_t
struct eb_link* link;
eb_link_t linkp;
int len, keep;
uint8_t buffer[sizeof(eb_max_align_t)*(255+255+1+1)]; /* big enough for worst-case record without header */
uint8_t buffer[sizeof(eb_max_align_t)*(255+255+1+1)+8]; /* big enough for worst-case record */
uint8_t* wptr, * rptr, * eos;
uint64_t error;
eb_width_t widths, biggest, data;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment