From 828d914304e29f5d8202df87393ce6744e528fdd Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期三, 01 二月 2023 11:59:04 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/klink' 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