mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
完成了队列版本的pubsub机制,但尚未测试
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
/* USER CODE BEGIN Includes */
|
||||
#include "ins_task.h"
|
||||
#include "motor_task.h"
|
||||
#include "led_task.h"
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
@@ -137,6 +138,7 @@ void StartDefaultTask(void const * argument)
|
||||
/* Infinite loop */
|
||||
for(;;)
|
||||
{
|
||||
led_RGB_flow_task();
|
||||
osDelay(1);
|
||||
}
|
||||
/* USER CODE END StartDefaultTask */
|
||||
|
||||
Reference in New Issue
Block a user