1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

cpu/sam0_common: eth: reduce TX buffer count

This commit is contained in:
Benjamin Valentin 2024-05-13 19:06:42 +02:00
parent 4d1a5aa62c
commit d6d7d90a2a

View File

@ -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