From 8ff84ae4bba9b267abe8a1984817ae8745d548e1 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 30 一月 2023 01:29:47 +0800 Subject: [PATCH] radio clean up files --- Src/main.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Src/main.c b/Src/main.c index bf13c65..ae7bb97 100644 --- a/Src/main.c +++ b/Src/main.c @@ -188,9 +188,9 @@ SystemClock_Config(); /* USER CODE BEGIN SysInit */ - TickFreq=10000; //Tick频锟斤拷 + TickFreq=10000; //Tick棰戠巼 InituS(TickFreq); - // HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/TickFreq); //锟斤拷锟铰讹拷锟斤拷SysTick锟斤拷频锟斤拷锟� + // HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/TickFreq); //閲嶆柊瀹氫箟SysTick鐨勯鐜囷拷 /* USER CODE END SysInit */ @@ -305,7 +305,7 @@ } KMem.WX[7]=0x5a; #if (BOARD_TYPE == 15) - KWireLessInit(KMem.EffJumperSW&0x20); + KWireLessInit(KMem.EffJumperSW&0x20,KMem.EffJumperSW&0x1f); KWireLessStart(); #endif @@ -313,6 +313,7 @@ { //int MyKeyStat1,MyKeyStat2; //MyKeyStat1=GetInput(); + //*((unsigned int *)&(PLCMem.SDT[10]))=nRunCount; // KMem.nRunCount=nRunCount; SlowFlicker=0; -- Gitblit v1.9.1