From 8849e9f59712475fa4a83cdfc31e3d8eba038641 Mon Sep 17 00:00:00 2001 From: ethan_wym Date: Thu, 29 Sep 2022 01:06:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/wiz=5Fping.c.=20=20*=202022-05-15?= =?UTF-8?q?=20=20=20=20=20Meco=20Man=20=20=20=20=20rename=20sal.h=20as=20s?= =?UTF-8?q?al=5Flow=5Flvl.h=20to=20avoid=20conflicts=20=E4=BD=86=E6=98=AF?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=87=8C=E9=9D=A2=E6=B2=A1=E6=9C=89=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ethan_wym --- src/wiz_ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiz_ping.c b/src/wiz_ping.c index 40f2cb2..0fb9b4f 100644 --- a/src/wiz_ping.c +++ b/src/wiz_ping.c @@ -16,7 +16,7 @@ #include #include -#include +#include #include #define Sn_PROTO(ch) (0x001408 + (ch<<5)) -- Gitee