Browse Source

AP_Declination: fixed example build

master
Andrew Tridgell 9 years ago
parent
commit
c81d4fa07b
  1. 1
      libraries/AP_Declination/examples/AP_Declination_test/AP_Declination_test.cpp
  2. 3
      libraries/AP_Declination/examples/AP_Declination_test/Makefile
  3. 1
      libraries/AP_Declination/examples/AP_Declination_test/make.inc

1
libraries/AP_Declination/examples/AP_Declination_test/AP_Declination_test.cpp

@ -1,5 +1,6 @@ @@ -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>

3
libraries/AP_Declination/examples/AP_Declination_test/Makefile

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

1
libraries/AP_Declination/examples/AP_Declination_test/make.inc

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

Loading…
Cancel
Save