Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-08-08 23:50:19 +08:00
parent b79118d27b
commit 4f7d47edbd
63 changed files with 5848 additions and 5112 deletions
+15
View File
@@ -15,6 +15,21 @@
#include "hread_interface.h"
#include "morsr.h"
typedef struct
{
int sele;
int list_dis_top;
const char *list_en;
const char *list_ch;
char *r_sw_list;
}menu;
typedef struct
{
const char *list_en;
const char *list_ch;
}word;
extern TIM_HandleTypeDef htim3;