迁移至 Arm Compiler 6

This commit is contained in:
2025-02-13 23:22:16 +08:00
parent 51ece5388b
commit ce5689342e
27 changed files with 9116 additions and 1072 deletions

View File

@@ -23,12 +23,12 @@
#define PORT_NUM 20
typedef struct _tran_def{
struct _tran_def{
ucport_def *u;
port_mcu *port[PORT_NUM];
uint32_t slave_online;// 对应位为1则从机在线
int is_busy;
}tran_def;
};