mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_Limits: export all internal headers from AP_Limits.h
This commit is contained in:
parent
b7a7eceef8
commit
304afd45e1
@ -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…
Reference in New Issue
Block a user