From 83de2a69af869f4e5c0462a50255317fb9e37099 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 17 十月 2022 23:27:01 +0800 Subject: [PATCH] fix FP0 --- 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