修复编译报错:清理 config.h 中的 WristbandApp 重复定义并同步参数声明类型

This commit is contained in:
Antigravity IDE
2026-07-17 09:25:04 +08:00
parent c0d1fe74f5
commit 790583781f
2 changed files with 1 additions and 20 deletions

View File

@@ -64,7 +64,7 @@ void AppManager_RunActiveApp(void);
u8 AppManager_GetActiveAppID(void);
// 兼容性接口声明
void AppManager_StartApp(u8 app_id);
void AppManager_StartApp(AppID app_id);
// ====== 系统中各独立 App 实例的外包声明 (各 App 内部进行实体定义) ======
extern WristbandApp clock_app;