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 --- Inc/GlobalDef.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Inc/GlobalDef.h b/Inc/GlobalDef.h index c405808..df1ea22 100644 --- a/Inc/GlobalDef.h +++ b/Inc/GlobalDef.h @@ -43,7 +43,8 @@ }; -#define BOARD_TYPE 14 +#define BOARD_TYPE 9 +#define XLAT_FREQ 8 #define BOARD_VER 1 #if (BOARD_TYPE == 11) -- Gitblit v1.9.1