RMUL2025/hw/bsp/rm-c/main.cpp

9 lines
85 B
C++

#include <robot.hpp>
#include "bsp.h"
int main() {
bsp_init();
robot_init();
}