mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fix lwip2 ping (#8596)
fixes https://github.com/esp8266/Arduino/issues/8555 related to https://github.com/dancol90/ESP8266Ping/pull/42
This commit is contained in:
parent
760a6bc6c7
commit
8bfc2e9eab
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
Subproject commit 66f84a603ee3070467f119b5e2be5209ec22351f
|
Subproject commit b5def382d6ec666dc423611d09f137aa45147f25
|
@ -1,5 +1,5 @@
|
|||||||
// generated by makefiles/make-lwip2-hash
|
// generated by makefiles/make-lwip2-hash
|
||||||
#ifndef LWIP_HASH_H
|
#ifndef LWIP_HASH_H
|
||||||
#define LWIP_HASH_H
|
#define LWIP_HASH_H
|
||||||
#define LWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-61-g679577b"
|
#define LWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-63-gb5def38"
|
||||||
#endif // LWIP_HASH_H
|
#endif // LWIP_HASH_H
|
||||||
|
@ -190,7 +190,7 @@ typedef uintptr_t mem_ptr_t;
|
|||||||
* sys/types or unistd.h are available).
|
* sys/types or unistd.h are available).
|
||||||
* Being like that, we define it to 'int' if SSIZE_MAX is not defined.
|
* Being like that, we define it to 'int' if SSIZE_MAX is not defined.
|
||||||
*/
|
*/
|
||||||
#if !defined(SSIZE_MAX) || !defined(_SSIZE_T_DECLARED)
|
#ifdef SSIZE_MAX
|
||||||
/* If SSIZE_MAX is defined, unistd.h should provide the type as well */
|
/* If SSIZE_MAX is defined, unistd.h should provide the type as well */
|
||||||
#ifndef LWIP_NO_UNISTD_H
|
#ifndef LWIP_NO_UNISTD_H
|
||||||
#define LWIP_NO_UNISTD_H 0
|
#define LWIP_NO_UNISTD_H 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user