mirror of https://github.com/ArduPilot/ardupilot
AP_Declination: remove unnecessary board include from example
This commit is contained in:
parent
42a111f5df
commit
918a339660
|
@ -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…
Reference in New Issue