mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
修改了初始化顺序和布局
This commit is contained in:
@@ -8,7 +8,13 @@
|
||||
* @brief 初始化裁判系统交互任务(UI和多机通信)
|
||||
*
|
||||
*/
|
||||
void Referee_Interactive_init();
|
||||
referee_info_t *Referee_Interactive_init(UART_HandleTypeDef *referee_usart_handle, Referee_Interactive_info_t *UI_data);
|
||||
|
||||
/**
|
||||
* @brief 在referee task之前调用,添加在freertos.c中
|
||||
*
|
||||
*/
|
||||
void My_UI_init();
|
||||
|
||||
/**
|
||||
* @brief 裁判系统交互任务(UI和多机通信)
|
||||
|
||||
Reference in New Issue
Block a user