修复编译速度慢的问题

This commit is contained in:
NeoZeng
2022-11-19 15:23:19 +08:00
parent 613939fe23
commit acf93052b2
8 changed files with 32 additions and 12 deletions

10
application/robot.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef ROBOT_H
#define ROBOT_H
#define GIMBAL_BOARD
void RobotInit();
void RobotTask();
#endif