We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b8a6 commit 1721454Copy full SHA for 1721454
drivers/ethernet/eth_stm32_hal_priv.h
@@ -22,6 +22,8 @@
22
#define ST_OUI_B1 0x80
23
#define ST_OUI_B2 0xE1
24
25
+#define ETH_STM32_HAL_FRAME_SIZE_MAX (NET_ETH_MTU + 18)
26
+
27
/* Device constant configuration parameters */
28
struct eth_stm32_hal_dev_cfg {
29
void (*config_func)(void);
0 commit comments