- ETH_FRAME_MIN_SIZE fixed

This commit is contained in:
Wiesner András 2025-07-24 09:32:25 +02:00
parent 1127b3dd1d
commit ec35be5ddd

View File

@ -5,7 +5,7 @@
struct EthInterface_; struct EthInterface_;
#define ETH_FRAME_MIN_SIZE (64) #define ETH_FRAME_MIN_SIZE (60)
/** /**
* Assemble packet. * Assemble packet.