fix(picolibc): fix missed headers in sources

This commit is contained in:
Alexey Lapshin
2025-05-16 14:02:48 +07:00
parent b6cfb7ecf6
commit e82d51a9ee
13 changed files with 21 additions and 7 deletions

View File

@@ -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.