Copter: drift file format fixes

tab replaced with four spaces
This commit is contained in:
Randy Mackay 2013-11-30 15:29:26 +09:00
parent 1124e84ae0
commit f12f0a6abe

View File

@ -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);
}
}