mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
uncrustify ArduPlane/commands.pde
This commit is contained in:
parent
f2c523b6f0
commit
57f1bd123f
@ -1,6 +1,6 @@
|
||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
/*
|
||||
logic for dealing with the current command in the mission and home location
|
||||
* logic for dealing with the current command in the mission and home location
|
||||
*/
|
||||
|
||||
static void init_commands()
|
||||
@ -131,8 +131,8 @@ static int32_t read_alt_to_hold()
|
||||
|
||||
|
||||
/*
|
||||
This function stores waypoint commands
|
||||
It looks to see what the next command type is and finds the last command.
|
||||
* This function stores waypoint commands
|
||||
* It looks to see what the next command type is and finds the last command.
|
||||
*/
|
||||
static void set_next_WP(struct Location *wp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user