set courseoverground to unused on simulator build
This commit is contained in:
parent
ff247c3817
commit
feba4c329d
|
@ -529,6 +529,7 @@ static void imuCalculateEstimatedAttitude(timeUs_t currentTimeUs)
|
|||
UNUSED(useMag);
|
||||
UNUSED(useCOG);
|
||||
UNUSED(canUseGPSHeading);
|
||||
UNUSED(courseOverGround);
|
||||
#else
|
||||
|
||||
#if defined(SIMULATOR_BUILD) && defined(SIMULATOR_IMU_SYNC)
|
||||
|
|
Loading…
Reference in New Issue