AP_Declination: fixed example build

This commit is contained in:
Andrew Tridgell 2015-11-16 07:59:18 +11:00
parent a9372ad5d7
commit c81d4fa07b
3 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -1,4 +1 @@
include ../../../../mk/apm.mk
sitl:
make -f ../../../../libraries/Desktop/Desktop.mk

View File

@ -6,3 +6,4 @@ LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += Filter
LIBRARIES += StorageManager
LIBRARIES += AP_ADC