mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
lwip: default ESP_L2_TO_L3_COPY to 0
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user