RMUL2025/hw/bsp/dual_canfd/main.cpp

8 lines
84 B
C++

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