lwip: default ESP_L2_TO_L3_COPY to 0

This commit is contained in:
Liu Zhi Fu
2016-11-17 10:53:00 +08:00
parent ceea97495f
commit 5e428f21b6

View File

@@ -3012,7 +3012,7 @@
* ESP_L2_TO_L3_COPY: enable memcpy when receiving packet from L2 * ESP_L2_TO_L3_COPY: enable memcpy when receiving packet from L2
*/ */
#ifndef ESP_L2_TO_L3_COPY #ifndef ESP_L2_TO_L3_COPY
#define ESP_L2_TO_L3_COPY 1 #define ESP_L2_TO_L3_COPY 0
#endif #endif
#ifndef ESP_THREAD_SAFE_DEBUG #ifndef ESP_THREAD_SAFE_DEBUG