Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hardware/SAME5x/Ethernet/conf_eth.h')
-rw-r--r--src/Hardware/SAME5x/Ethernet/conf_eth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hardware/SAME5x/Ethernet/conf_eth.h b/src/Hardware/SAME5x/Ethernet/conf_eth.h
index ebfd3161..6fd6ce95 100644
--- a/src/Hardware/SAME5x/Ethernet/conf_eth.h
+++ b/src/Hardware/SAME5x/Ethernet/conf_eth.h
@@ -21,7 +21,7 @@
#define GMAC_TX_BUFFERS 4
/** The MAC can support frame lengths up to 1536 bytes */
-#define GMAC_FRAME_LENTGH_MAX 1536
+#define GMAC_FRAME_LENGTH_MAX 1536
/** MAC PHY operation max retry count */
#define MAC_PHY_RETRY_MAX 1000000