Skip to content
Snippets Groups Projects
Commit 9f54c492 authored by Staroselskii Georgii's avatar Staroselskii Georgii Committed by Andrew Tridgell
Browse files

Rover: added AK8963 support

parent 0d1cf347
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,8 @@ static AP_Compass_VRBRAIN compass;
static AP_Compass_HMC5843 compass;
#elif CONFIG_COMPASS == HAL_COMPASS_HIL
static AP_Compass_HIL compass;
#elif CONFIG_COMPASS == HAL_COMPASS_AK8963
static AP_Compass_AK8963_MPU9250 compass;
#else
#error Unrecognized CONFIG_COMPASS setting
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment