From 005755edcdc332315ba077598d4746ac195b069e Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 14 十月 2024 11:45:56 +0800 Subject: [PATCH] increase KPLC KBus from 2 client to 16 clients --- 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 27abde5..542cccc 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,15) +#define APP_VER MAKE_VER(1,16) const stAppInfoBlock AppInfoBlock __attribute__((at(APPINFOBLOCK_ADDR))) = { -- Gitblit v1.9.1