解决一些软件bug
1.make.py添加输出源文件的命令 2.解决找不到usart设备导致文件管理无法退出卡死的问题 3.解决点击关于本机卡死的问题 4.解决工具界面中文工具显示乱码的问题
This commit is contained in:
@@ -59,9 +59,12 @@ WIN_MenuStruct *MENU_Setting (WIN_WindowStruct *base,WIN_PicStruct *pic)
|
||||
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD>õı<C3B5><C4B1><EFBFBD>
|
||||
#define APP_SOURCE (*(u32 *)(0x08020000+4*7))
|
||||
#define APP_APPNAME (*(char **)(0x08020000+4*8))
|
||||
#define APP_SIZE (*(u32 *)(0x08020000+4*9))
|
||||
// #define APP_SOURCE (*(u32 *)(0x08020000+4*7))
|
||||
// #define APP_APPNAME (*(char **)(0x08020000+4*8))
|
||||
// #define APP_SIZE (*(u32 *)(0x08020000+4*9))
|
||||
#define APP_SOURCE (*(u32 *)(0x08000000+4*7))
|
||||
#define APP_APPNAME (*(char **)(0x08000000+4*8))
|
||||
#define APP_SIZE (*(u32 *)(0x08000000+4*9))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user