|
@@ -26,22 +26,20 @@ const static aem_language_table_t s_aem_language_table[] =
|
|
|
#ifdef CONFIG_BOARD_ATS3085S4_DEV_WATCH_EXT_NOR
|
|
|
// 预置表盘,文件不可删除,默认表盘为此数组第一个表盘
|
|
|
const static uint32_t s_inside_wf[] = {
|
|
|
- 1221,//79,
|
|
|
+ 1221,1223,
|
|
|
};
|
|
|
// 预置表盘,文件可删除
|
|
|
const static uint32_t s_outside_wf[] = {
|
|
|
- 1223,
|
|
|
- 1224,//80,
|
|
|
+ 1224,
|
|
|
};
|
|
|
#else
|
|
|
// 预置表盘,文件不可删除,默认表盘为此数组第一个表盘
|
|
|
const static uint32_t s_inside_wf[] = {
|
|
|
- 1221,//79,
|
|
|
+ 1221,1223,
|
|
|
};
|
|
|
// 预置表盘,文件可删除
|
|
|
const static uint32_t s_outside_wf[] = {
|
|
|
- 1223,
|
|
|
- 1224,//80,
|
|
|
+ 1224,
|
|
|
};
|
|
|
#endif
|
|
|
|