mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
fix(picolibc): fix missed headers in sources
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
#include "esp_log.h"
|
||||
#include <string.h>
|
||||
|
||||
#ifndef __weak
|
||||
#define __weak __attribute__((weak))
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Default lwip behavior is to silence LWIP_ERROR() if LWIP_DEBUG is not set.
|
||||
|
Reference in New Issue
Block a user