优化中,生成HEX文件

This commit is contained in:
2021-10-24 11:04:21 +08:00
parent 230f928a0f
commit b8bf07f4cf
27 changed files with 3005 additions and 3072 deletions
+9 -9
View File
@@ -24,16 +24,16 @@ struct display_penal
{
unsigned char d_num[4];
unsigned char button_flag[4];
char dot1:1;
char dot2:1;
char dot3:1;
char dot4:1;
char led_run:1;
char dot1;
char dot2;
char dot3;
char dot4;
char led_run;
char moto1a:1;
char moto1b:1;
char moto2a:1;
char moto2b:1;
char moto1a;
char moto1b;
char moto2a;
char moto2b;
}dis_buff;
#endif /* MY_CODE_H_ */