From 2e3d7d9602cf0f76afc4290753d3ebcceed0a57b Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 17 十月 2022 23:54:27 +0800 Subject: [PATCH] fix files --- Src/GlobalDef.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Src/GlobalDef.c b/Src/GlobalDef.c index 9958351..5478adc 100644 --- a/Src/GlobalDef.c +++ b/Src/GlobalDef.c @@ -36,6 +36,7 @@ volatile int SysConfigs; +/* int GetBoardType(void ) { int BoardType=0; @@ -47,7 +48,7 @@ BoardType = BOARD_TYPE; return BoardType; } - +*/ /* int sintab[256]={ 0, 1, 3, 4, 6, 7, 9, 10, 12, 14, 15, 17, 18, 20, 21, 23, -- Gitblit v1.9.1