AP_Motors_Class: add Progmem typedef

This commit is contained in:
Pat Hickey 2012-12-16 16:55:33 -08:00 committed by Andrew Tridgell
parent 8d0c56a19a
commit 3cc204321c
1 changed files with 1 additions and 0 deletions

View File

@ -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