Browse Source

AP_Motors_Class: add Progmem typedef

mission-4.1.18
Pat Hickey 12 years ago committed by Andrew Tridgell
parent
commit
3cc204321c
  1. 1
      libraries/AP_Motors/AP_Motors_Class.h

1
libraries/AP_Motors/AP_Motors_Class.h

@ -4,6 +4,7 @@ @@ -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…
Cancel
Save