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 3d5e347 commit ffc37ff
Showing 1 changed file with 1 addition and 1 deletion.
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 ffc37ff

Please sign in to comment.