Add target

master
En Yi 2020-03-19 20:41:37 +08:00 committed by En Yi
parent 2823ddc3d7
commit 4dcd45c512
1 changed files with 5 additions and 0 deletions

5
obj/target.c 100644
View File

@ -0,0 +1,5 @@
#include "header.h"
struct kinematic_obj init_target(){
return init_kinematic_obj(25, 25);
}