mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: move logger object up to AP_Vehicle
This commit is contained in:
parent
eb0c66fc90
commit
dc74f97739
|
@ -9,6 +9,8 @@
|
|||
|
||||
#if COMPASS_LEARN_ENABLED
|
||||
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
// constructor
|
||||
|
|
Loading…
Reference in New Issue