Fix simulation build

This commit is contained in:
Oleg Kalachev 2024-10-31 19:27:27 +03:00
parent ad2c64625c
commit c5c889679b

View File

@ -58,3 +58,4 @@ void calibrateAccel() { printf("Skip accel calibrating\n"); };
void fullMotorTest(int n) { printf("Skip full motor test\n"); };
void sendMotors() {};
void printIMUCal() { printf("cal: N/A\n"); };
void printIMUInfo() {};