mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
set courseoverground to unused on simulator build
This commit is contained in:
parent
ff247c3817
commit
feba4c329d
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ static void imuCalculateEstimatedAttitude(timeUs_t currentTimeUs)
|
||||||
UNUSED(useMag);
|
UNUSED(useMag);
|
||||||
UNUSED(useCOG);
|
UNUSED(useCOG);
|
||||||
UNUSED(canUseGPSHeading);
|
UNUSED(canUseGPSHeading);
|
||||||
|
UNUSED(courseOverGround);
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#if defined(SIMULATOR_BUILD) && defined(SIMULATOR_IMU_SYNC)
|
#if defined(SIMULATOR_BUILD) && defined(SIMULATOR_IMU_SYNC)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue