mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 18:18:49 -04:00
Copter: drift file format fixes
tab replaced with four spaces
This commit is contained in:
parent
1124e84ae0
commit
f12f0a6abe
@ -1,18 +1,17 @@
|
||||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Drift Mode
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define SPEEDGAIN 14.0
|
||||
|
||||
|
||||
// The function call for managing the flight mode drift
|
||||
static void
|
||||
get_roll_pitch_drift()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
static void
|
||||
get_yaw_drift()
|
||||
{
|
||||
@ -49,4 +48,3 @@ get_yaw_drift()
|
||||
get_stabilize_pitch(control_pitch);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user