From 66c0a107c8597a081c3bf233002000655f8585ea Mon Sep 17 00:00:00 2001 From: ronghulin Date: Wed, 9 Oct 2019 21:47:23 +0800 Subject: [PATCH] lwip: fix DHCP timeout truncation bug Change the DHCP timeout type from u16 to u32 to fix DHCP timeout value truncation issue. --- components/lwip/lwip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/lwip b/components/lwip/lwip index 89932176f5..32b1aaf280 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit 89932176f598bb1b6595c65bfc7832334e0a1e08 +Subproject commit 32b1aaf280016d534ab17d3340531ae55af3c230