mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: minor comment fix
This commit is contained in:
parent
65e0e31a7a
commit
b3fcab8044
|
@ -156,7 +156,7 @@ protected:
|
|||
} _flags;
|
||||
|
||||
// internal variables
|
||||
uint16_t _loop_rate; // rate at which output() function is called (normally 400hz)
|
||||
uint16_t _loop_rate; // rate in Hz at which output() function is called (normally 400hz)
|
||||
uint16_t _speed_hz; // speed in hz to send updates to motors
|
||||
float _roll_in; // desired roll control from attitude controllers, -1 ~ +1
|
||||
float _pitch_in; // desired pitch control from attitude controller, -1 ~ +1
|
||||
|
|
Loading…
Reference in New Issue