mirror of https://github.com/ArduPilot/ardupilot
PID: fixed example build
This commit is contained in:
parent
b16d84023e
commit
184420355d
|
@ -7,6 +7,7 @@
|
||||||
#include <AP_Common.h>
|
#include <AP_Common.h>
|
||||||
#include <AP_Progmem.h>
|
#include <AP_Progmem.h>
|
||||||
#include <AP_Param.h>
|
#include <AP_Param.h>
|
||||||
|
#include <StorageManager.h>
|
||||||
#include <AP_Math.h>
|
#include <AP_Math.h>
|
||||||
#include <PID.h> // ArduPilot Mega RC Library
|
#include <PID.h> // ArduPilot Mega RC Library
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue