mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
cpu/sam0_common: eth: reduce TX buffer count
This commit is contained in:
parent
4d1a5aa62c
commit
d6d7d90a2a
@ -946,7 +946,7 @@ typedef enum {
|
||||
#endif
|
||||
|
||||
#ifndef ETH_TX_BUFFER_COUNT
|
||||
#define ETH_TX_BUFFER_COUNT (4)
|
||||
#define ETH_TX_BUFFER_COUNT (2)
|
||||
#endif
|
||||
|
||||
#ifndef ETH_RX_BUFFER_SIZE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user