mirror of https://github.com/ArduPilot/ardupilot
AP_Declination: fixed example build
This commit is contained in:
parent
a9372ad5d7
commit
c81d4fa07b
|
@ -1,5 +1,6 @@
|
|||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <StorageManager/StorageManager.h>
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
include ../../../../mk/apm.mk
|
||||
|
||||
sitl:
|
||||
make -f ../../../../libraries/Desktop/Desktop.mk
|
||||
|
|
|
@ -6,3 +6,4 @@ LIBRARIES += AP_Param
|
|||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += Filter
|
||||
LIBRARIES += StorageManager
|
||||
LIBRARIES += AP_ADC
|
||||
|
|
Loading…
Reference in New Issue