From 7d8ba5df7d883c86c24aa38449c4a6dd126e920f Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期二, 06 八月 2024 14:41:31 +0800 Subject: [PATCH] Radio_LLCC68 1.15, Stable version --- Radio_LLCC68/Src/BoardType.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Radio_LLCC68/Src/BoardType.c b/Radio_LLCC68/Src/BoardType.c index 6f44466..b803dc9 100644 --- a/Radio_LLCC68/Src/BoardType.c +++ b/Radio_LLCC68/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,14) +#define APP_VER MAKE_VER(1,16) const stAppInfoBlock AppInfoBlock __attribute__((at(APPINFOBLOCK_ADDR))) = { -- Gitblit v1.9.1