@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user