From d6d7d90a2a1605eaf389136211e4f76b7acc742f Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 13 May 2024 19:06:42 +0200 Subject: [PATCH] cpu/sam0_common: eth: reduce TX buffer count --- cpu/sam0_common/include/periph_cpu_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/sam0_common/include/periph_cpu_common.h b/cpu/sam0_common/include/periph_cpu_common.h index 2c01100485a2..2f3ff9086b61 100644 --- a/cpu/sam0_common/include/periph_cpu_common.h +++ b/cpu/sam0_common/include/periph_cpu_common.h @@ -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