Remove non-working fullmot command

This commit is contained in:
Oleg Kalachev
2024-11-24 00:10:37 +03:00
parent 7a2f2d955b
commit b015c15a7e
3 changed files with 1 additions and 16 deletions

View File

@@ -57,7 +57,6 @@ inline Quaternion FLU2FRD(const Quaternion &q);
void setLED(bool on) {};
void calibrateGyro() { printf("Skip gyro calibrating\n"); };
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() {};