Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8bfc2e9

Browse files
authored
Fix lwip2 ping (#8596)
fixes#8555related todancol90/ESP8266Ping#42
1 parent760a6bc commit8bfc2e9

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

‎tools/sdk/lib/liblwip2-1460-feat.a‎

64 Bytes
Binary file not shown.

‎tools/sdk/lib/liblwip2-1460.a‎

16 Bytes
Binary file not shown.

‎tools/sdk/lib/liblwip2-536-feat.a‎

64 Bytes
Binary file not shown.

‎tools/sdk/lib/liblwip2-536.a‎

16 Bytes
Binary file not shown.

‎tools/sdk/lib/liblwip6-1460-feat.a‎

68 Bytes
Binary file not shown.

‎tools/sdk/lib/liblwip6-536-feat.a‎

68 Bytes
Binary file not shown.

‎tools/sdk/lwip2/builder‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndefLWIP_HASH_H
33
#defineLWIP_HASH_H
4-
#defineLWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-61-g679577b"
4+
#defineLWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-63-gb5def38"
55
#endif// LWIP_HASH_H

‎tools/sdk/lwip2/include/lwip/arch.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ typedef uintptr_t mem_ptr_t;
190190
* sys/types or unistd.h are available).
191191
* Being like that, we define it to 'int' if SSIZE_MAX is not defined.
192192
*/
193-
#if !defined(SSIZE_MAX)|| !defined(_SSIZE_T_DECLARED)
193+
#ifdefSSIZE_MAX
194194
/* If SSIZE_MAX is defined, unistd.h should provide the type as well */
195195
#ifndefLWIP_NO_UNISTD_H
196196
#defineLWIP_NO_UNISTD_H 0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp