mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Use TX_BUF_SIZE matching MTU
This commit is contained in:
parent
1b1db2401b
commit
6af1cb7a20
@ -279,7 +279,7 @@ impl State {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const TX_BUF_COUNT: usize = 4;
|
const TX_BUF_COUNT: usize = 4;
|
||||||
const TX_BUF_SIZE: usize = 1024;
|
const TX_BUF_SIZE: usize = 1500;
|
||||||
|
|
||||||
struct TraceChannelInfo {
|
struct TraceChannelInfo {
|
||||||
ptr: *mut TraceChannel,
|
ptr: *mut TraceChannel,
|
||||||
|
Loading…
Reference in New Issue
Block a user