From 7eb19e6024af7f05cf94c66fb843439a3509147e Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期一, 02 九月 2024 15:30:40 +0800
Subject: [PATCH] 2024-09-02

---
 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 2070134..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,15)
+#define APP_VER MAKE_VER(1,16)
 
 const stAppInfoBlock AppInfoBlock __attribute__((at(APPINFOBLOCK_ADDR))) =
 {

--
Gitblit v1.9.1