mirror of https://github.com/ArduPilot/ardupilot
MotorsHeli: minor formatting updates
This commit is contained in:
parent
a09d4db4fd
commit
2da7ea746b
|
@ -65,7 +65,6 @@ public:
|
|||
void Init();
|
||||
|
||||
// set update rate to motors - a value in hertz
|
||||
// you must have setup_motors before calling this
|
||||
virtual void set_update_rate( uint16_t speed_hz ) = 0;
|
||||
|
||||
// enable - starts allowing signals to be sent to motors
|
||||
|
|
|
@ -55,7 +55,6 @@ public:
|
|||
};
|
||||
|
||||
// set update rate to motors - a value in hertz
|
||||
// you must have setup_motors before calling this
|
||||
void set_update_rate(uint16_t speed_hz);
|
||||
|
||||
// enable - starts allowing signals to be sent to motors and servos
|
||||
|
|
Loading…
Reference in New Issue