From 6126f6a78b14297cefb02f06ba58806767d424b5 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期三, 01 二月 2023 12:05:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/FP0' into kNet --- 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