8 lines
84 B
C++
8 lines
84 B
C++
#include "bsp.h"
|
|
#include "robot.hpp"
|
|
|
|
int main() {
|
|
bsp_init();
|
|
robot_init();
|
|
}
|