mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +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_SIZE: usize = 1024;
|
||||
const TX_BUF_SIZE: usize = 1500;
|
||||
|
||||
struct TraceChannelInfo {
|
||||
ptr: *mut TraceChannel,
|
||||
|
Loading…
Reference in New Issue
Block a user