Fixed macro error in emac_util.h

INVALID_LENGHT -> INVALID_LENGTH
pull/12502/head
David Lin 2020-02-24 23:33:30 +08:00 committed by GitHub
parent e8f632a3d1
commit 5965985734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ extern const unsigned char eth_mac_broadcast_addr[];
// Message validation flags
#define BROADCAST 0x01
#define RESPONSE_RECEIVED 0x02
#define INVALID_LENGHT 0x04
#define INVALID_LENGTH 0x04
#define INVALID_DATA 0x08
#define PRINTED 0x10
// Validates outgoing messages for replies, sets error flags on error