Browse Source

AP_Declination: remove unnecessary board include from example

master
Caio Marcelo de Oliveira Filho 9 years ago committed by Andrew Tridgell
parent
commit
918a339660
  1. 2
      libraries/AP_Declination/examples/AP_Declination_test/AP_Declination_test.cpp

2
libraries/AP_Declination/examples/AP_Declination_test/AP_Declination_test.cpp

@ -10,8 +10,6 @@ @@ -10,8 +10,6 @@
#include <AP_Buffer/AP_Buffer.h>
#include <Filter/Filter.h>
#include <AP_HAL_AVR/AP_HAL_AVR.h>
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
static const int16_t dec_tbl[37][73] = \

Loading…
Cancel
Save