mirror of https://github.com/ArduPilot/ardupilot
AP_Motors_Class: add Progmem typedef
This commit is contained in:
parent
8d0c56a19a
commit
3cc204321c
|
@ -4,6 +4,7 @@
|
|||
#define __AP_MOTORS_CLASS_H__
|
||||
|
||||
#include <AP_Common.h>
|
||||
#include <AP_Progmem.h>
|
||||
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||
#include <AP_Curve.h> // Curve used to linearlise throttle pwm to thrust
|
||||
#include <RC_Channel.h> // RC Channel Library
|
||||
|
|
Loading…
Reference in New Issue