mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Spellcheck
This commit is contained in:
parent
3618ac62e0
commit
e9226d6f0a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user