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 e8f632a commit 5965985Copy full SHA for 5965985
TESTS/network/emac/emac_util.h
@@ -36,7 +36,7 @@ extern const unsigned char eth_mac_broadcast_addr[];
36
// Message validation flags
37
#define BROADCAST 0x01
38
#define RESPONSE_RECEIVED 0x02
39
-#define INVALID_LENGHT 0x04
+#define INVALID_LENGTH 0x04
40
#define INVALID_DATA 0x08
41
#define PRINTED 0x10
42
// Validates outgoing messages for replies, sets error flags on error
0 commit comments