mirror of https://github.com/ArduPilot/ardupilot
Blimp: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
ebe4d4a6dc
commit
14b67768cf
|
@ -175,7 +175,7 @@ private:
|
|||
|
||||
RCMapper rcmap;
|
||||
|
||||
// intertial nav alt when we armed
|
||||
// inertial nav alt when we armed
|
||||
float arming_altitude_m;
|
||||
|
||||
// Failsafe
|
||||
|
|
|
@ -50,7 +50,7 @@ protected:
|
|||
uint16_t _speed_hz; // speed in hz to send updates to motors
|
||||
float _throttle_avg_max; // last throttle input from set_throttle_avg_max
|
||||
|
||||
float _time; //current timestep
|
||||
float _time; // current timestamp
|
||||
|
||||
bool _armed; // 0 if disarmed, 1 if armed
|
||||
|
||||
|
|
Loading…
Reference in New Issue