Skip to content

Commit

Permalink
cpu/sam0_common: eth: reduce TX buffer count
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed May 23, 2024
1 parent 4d1a5aa commit d6d7d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/sam0_common/include/periph_cpu_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6d7d90

Please sign in to comment.