From 0fe6b074f3f3994d87af195f37e349a83e27882c Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期六, 10 十二月 2022 16:55:40 +0800
Subject: [PATCH] FP0 fix utf8 char

---
 Src/w5500_port.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Src/w5500_port.c b/Src/w5500_port.c
index d99eec4..c3674ef 100644
--- a/Src/w5500_port.c
+++ b/Src/w5500_port.c
@@ -36,7 +36,7 @@
  * @param   none
  * @return  none
  */
-int nIndexCount=0;
+static int nIndexCount=0;
 static void w5500_cs_select(void)
 {
 		//	setW5500CLK_1();

--
Gitblit v1.9.1