9 lines
85 B
C++
9 lines
85 B
C++
#include <robot.hpp>
|
|
|
|
#include "bsp.h"
|
|
|
|
int main() {
|
|
bsp_init();
|
|
robot_init();
|
|
}
|