修改了初始化顺序和布局

This commit is contained in:
NeoZng
2023-04-19 19:28:17 +08:00
parent f6c686598d
commit bcb1d72a97
9 changed files with 93 additions and 372 deletions

View File

@@ -206,7 +206,7 @@ void StartROBOTTASK(void const *argument)
void StartUITASK(void const *argument)
{
Referee_Interactive_init();
My_UI_init();
while (1)
{
Referee_Interactive_task();