mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
HAL_AVR: fixed examples build
This commit is contained in:
parent
e6bd3b65b9
commit
0bfc18b72d
@ -31,6 +31,9 @@
|
||||
#include <AP_Camera.h> // Photo or video camera
|
||||
#include <AP_Mount.h> // Camera/Antenna mount
|
||||
#include <AP_Airspeed.h> // needed for AHRS build
|
||||
#include <AP_SpdHgtControl.h> // needed for AHRS build
|
||||
#include <AP_Notify.h>
|
||||
#include <DataFlash.h>
|
||||
#include <AP_InertialNav.h> // ArduPilot Mega inertial navigation library
|
||||
#include <GCS_MAVLink.h>
|
||||
#include <memcheck.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <AP_Relay.h> // APM relay
|
||||
#include <AP_Camera.h> // Photo or video camera
|
||||
#include <AP_Airspeed.h>
|
||||
#include <AP_Notify.h>
|
||||
#include <memcheck.h>
|
||||
|
||||
#include <DataFlash.h>
|
||||
|
Loading…
Reference in New Issue
Block a user