Browse Source

Spellcheck

master
Amilcar Lucas 13 years ago
parent
commit
5ffd489d87
  1. 2
      ArduPlane/ArduPlane.pde
  2. 2
      ArduPlane/Parameters.pde
  3. 2
      libraries/AP_IMU/IMU.cpp

2
ArduPlane/ArduPlane.pde

@ -38,7 +38,7 @@ version 2.1 of the License, or (at your option) any later version. @@ -38,7 +38,7 @@ version 2.1 of the License, or (at your option) any later version.
#include <AP_Baro.h> // ArduPilot barometer library
#include <AP_Compass.h> // ArduPilot Mega Magnetometer Library
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <AP_InertialSensor.h> // Inertial Sensor (uncalibated IMU) Library
#include <AP_InertialSensor.h> // Inertial Sensor (uncalibrated IMU) Library
#include <AP_IMU.h> // ArduPilot Mega IMU Library
#include <AP_AHRS.h> // ArduPilot Mega DCM Library
#include <PID.h> // PID library

2
ArduPlane/Parameters.pde

@ -36,7 +36,7 @@ static const AP_Param::Info var_info[] PROGMEM = { @@ -36,7 +36,7 @@ static const AP_Param::Info var_info[] PROGMEM = {
// @Param: KFF_RDDRMIX
// @DisplayName: Rudder Mix
// @Description: The ammount of rudder mix to apply during aileron movement 0 = 0 %, 1 = 100%
// @Description: The amount of rudder mix to apply during aileron movement 0 = 0 %, 1 = 100%
// @Range: 0 1
// @Increment: 0.01
// @User: Standard

2
libraries/AP_IMU/IMU.cpp

@ -12,7 +12,7 @@ const AP_Param::GroupInfo IMU::var_info[] PROGMEM = { @@ -12,7 +12,7 @@ const AP_Param::GroupInfo IMU::var_info[] PROGMEM = {
/* Empty implementations for the IMU functions.
* Although these will never be used, in certain situations with
* optimizations turned off, having empty implementations in an object
* file will help satisify the linker.
* file will help satisfy the linker.
*/
IMU::IMU () {}

Loading…
Cancel
Save