Files
bf_original_balance_chassis/application/shoot/shoot.c
2024-01-14 21:22:34 +08:00

19 lines
240 B
C

#include "shoot.h"
#include "robot_def.h"
#include "dji_motor.h"
#include "message_center.h"
#include "bsp_dwt.h"
#include "general_def.h"
void ShootInit()
{
}
/* 机器人发射机构控制核心任务 */
void ShootTask()
{
}