mirror of https://github.com/ArduPilot/ardupilot
Plane: build fix
This commit is contained in:
parent
1efadb7a05
commit
5a84fb96ed
|
@ -27,11 +27,11 @@
|
|||
// Header includes
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <AP_HAL.h>
|
||||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <AP_HAL.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_Progmem.h>
|
||||
#include <AP_Menu.h>
|
||||
|
|
Loading…
Reference in New Issue