Skip to content

Commit

Permalink
Increase emac_rx stack size (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds authored Dec 26, 2024
1 parent 21af6b2 commit 617113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ impl<'d, T> EthDriver<'d, T> {
fn eth_mac_default_config(_mdc: i32, _mdio: i32) -> eth_mac_config_t {
eth_mac_config_t {
sw_reset_timeout_ms: 100,
rx_task_stack_size: 2048,
rx_task_stack_size: 4096,
rx_task_prio: 15,
flags: 0,
}
Expand Down

0 comments on commit 617113e

Please sign in to comment.