解决一些软件bug

1.make.py添加输出源文件的命令
2.解决找不到usart设备导致文件管理无法退出卡死的问题
3.解决点击关于本机卡死的问题
4.解决工具界面中文工具显示乱码的问题
This commit is contained in:
2025-07-05 23:48:54 +08:00
parent 0981cae9c4
commit fed557e2e1
8 changed files with 96 additions and 54 deletions

View File

@@ -32,27 +32,27 @@
#ifndef u8
#ifndef u8
# define u8 uint8_t
#endif
#ifndef u16
#ifndef u16
# define u16 uint16_t
#endif
#ifndef u32
#ifndef u32
# define u32 uint32_t
#endif
#ifndef s8
#ifndef s8
# define s8 int8_t
#endif
#ifndef s16
#ifndef s16
# define s16 int16_t
#endif
#ifndef s32
#ifndef s32
# define s32 int32_t
#endif
#define sprintf rt_sprintf
typedef struct