Skip to content

Commit 5965985

Browse files
authored
Fixed macro error in emac_util.h
INVALID_LENGHT -> INVALID_LENGTH
1 parent e8f632a commit 5965985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/network/emac/emac_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern const unsigned char eth_mac_broadcast_addr[];
3636
// Message validation flags
3737
#define BROADCAST 0x01
3838
#define RESPONSE_RECEIVED 0x02
39-
#define INVALID_LENGHT 0x04
39+
#define INVALID_LENGTH 0x04
4040
#define INVALID_DATA 0x08
4141
#define PRINTED 0x10
4242
// Validates outgoing messages for replies, sets error flags on error

0 commit comments

Comments
 (0)