Skip to content

Commit

Permalink
fix(lwip): fix some ap use error mac send ip packet
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Jun Hao authored and xcguang committed Jun 28, 2019
1 parent 1c60bc7 commit d4744e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ phy:
gitlab:
driver : 5a2a54b4
json : f55d5fee
lwip : 11535c43
lwip : eaca5185
mbedtls : 6775af13
Binary file modified lib/liblwip.a
Binary file not shown.
2 changes: 1 addition & 1 deletion third_party/include/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
* Also notice that this slows down input processing of every IP packet!
*/
#ifndef ETHARP_TRUST_IP_MAC
#define ETHARP_TRUST_IP_MAC 1
#define ETHARP_TRUST_IP_MAC 0
#endif

/**
Expand Down

0 comments on commit d4744e8

Please sign in to comment.