diff --git a/gazebo/flix.h b/gazebo/flix.h index 0b80c46..035d160 100644 --- a/gazebo/flix.h +++ b/gazebo/flix.h @@ -36,7 +36,7 @@ void controlTorque(); const char* getModeName(); void sendMotors(); bool motorsActive(); -void testMotor(uint8_t n); +void testMotor(int n); void print(const char* format, ...); void pause(float duration); void doCommand(String str, bool echo);