迁移至 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

@@ -41,13 +41,13 @@ typedef struct{
static self_def g_self;
typedef struct _port_mcu{
struct _port_mcu{
protm_def *protm;
rt_timer_t timer;
int busy;
uint8_t addr;
handle_def *handle;
}port_mcu;
};
int port_init(void)