Skip to content

Commit

Permalink
Blimp: Fix some typos
Browse files Browse the repository at this point in the history
Fixed some typos found in the code.
  • Loading branch information
mishmetall authored and peterbarker committed Oct 12, 2023
1 parent ebe4d4a commit 14b6776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Blimp/Blimp.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Blimp : public AP_Vehicle

RCMapper rcmap;

// intertial nav alt when we armed
// inertial nav alt when we armed
float arming_altitude_m;

// Failsafe
Expand Down
2 changes: 1 addition & 1 deletion Blimp/Fins.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Fins
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

Expand Down

0 comments on commit 14b6776

Please sign in to comment.