Browse Source

AP_Limits: export all internal headers from AP_Limits.h

mission-4.1.18
Pat Hickey 12 years ago committed by Andrew Tridgell
parent
commit
304afd45e1
  1. 5
      libraries/AP_Limits/AP_Limits.h

5
libraries/AP_Limits/AP_Limits.h

@ -16,7 +16,10 @@ @@ -16,7 +16,10 @@
#include <stdint.h>
#include <AP_Param.h>
#include <AP_Limit_Module.h>
#include "AP_Limit_Module.h"
#include "AP_Limit_Altitude.h"
#include "AP_Limit_Geofence.h"
#include "AP_Limit_GPSLock.h"
#ifndef HAVE_ENUM_LIMITS_STATE
#define HAVE_ENUM_LIMITS_STATE

Loading…
Cancel
Save