From 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 25 十一月 2024 14:51:23 +0800 Subject: [PATCH] add UltraSonic and MultiWireLess --- KPLC/Src/BoardType.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/KPLC/Src/BoardType.c b/KPLC/Src/BoardType.c index 542cccc..8a91b2c 100644 --- a/KPLC/Src/BoardType.c +++ b/KPLC/Src/BoardType.c @@ -12,7 +12,7 @@ extern int Region$$Table$$Limit; #define MAKE_VER(x,y) ((x<<8)|y) -#define APP_VER MAKE_VER(1,16) +#define APP_VER MAKE_VER(1,18) const stAppInfoBlock AppInfoBlock __attribute__((at(APPINFOBLOCK_ADDR))) = { -- Gitblit v1.9.1