mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: HAL_COMPASS_AK8963 used but not defined anywhere
This commit is contained in:
parent
9a65a8c8fb
commit
d11c5286c3
|
@ -69,6 +69,7 @@
|
|||
#define HAL_COMPASS_PX4 2
|
||||
#define HAL_COMPASS_HIL 3
|
||||
#define HAL_COMPASS_VRBRAIN 4
|
||||
#define HAL_COMPASS_AK8963 5
|
||||
|
||||
/**
|
||||
CPU classes, used to select if CPU intensive algorithms should be used
|
||||
|
|
Loading…
Reference in New Issue