From 16eeda8e1e205da3395f6933f6f82b22da63c76b Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期六, 28 一月 2023 15:41:25 +0800 Subject: [PATCH] Radio add channel jumpper config --- 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