kopia lustrzana https://github.com/espressif/esp-idf
Removed relative path for lwip/arpa/inet.h
The relative path breaks compatibility with arduino-esp32 as the path doesn't exist in arduino-esp32. https://github.com/espressif/arduino-esp32/pull/3425 Closes https://github.com/espressif/esp-idf/pull/4308pull/4494/head
rodzic
5991e7dd7a
commit
594cec54bd
|
@ -15,6 +15,6 @@
|
|||
#ifndef INET_H_
|
||||
#define INET_H_
|
||||
|
||||
#include "../../../lwip/src/include/lwip/inet.h"
|
||||
#include "lwip/inet.h"
|
||||
|
||||
#endif /* INET_H_ */
|
||||
|
|
Ładowanie…
Reference in New Issue