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/gmac.h')
-rw-r--r--src/Hardware/SAME5x/Ethernet/gmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hardware/SAME5x/Ethernet/gmac.h b/src/Hardware/SAME5x/Ethernet/gmac.h
index c4eeafcb..1bdf6232 100644
--- a/src/Hardware/SAME5x/Ethernet/gmac.h
+++ b/src/Hardware/SAME5x/Ethernet/gmac.h
@@ -85,7 +85,7 @@ extern "C" {
#define GMAC_TXD_LEN_MASK (0x1FFF) /**< Length of buffer */
/** The MAC can support frame lengths up to 1536 bytes */
-#define GMAC_FRAME_LENTGH_MAX 1536
+#define GMAC_FRAME_LENGTH_MAX 1536
#define GMAC_TX_UNITSIZE (1518 + 2) /**< Size for ETH frame length, rounded up to a multiple of 4 (may make the DMA more efficient) */