mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #3210 from adrianmiriuta/master
enable BOXHEADADJ when HEADFREEE is enabled
This commit is contained in:
commit
b6c9d93e25
1 changed files with 1 additions and 1 deletions
|
@ -317,6 +317,7 @@ void initActiveBoxIds(void)
|
||||||
BME(BOXANGLE);
|
BME(BOXANGLE);
|
||||||
BME(BOXHORIZON);
|
BME(BOXHORIZON);
|
||||||
BME(BOXHEADFREE);
|
BME(BOXHEADFREE);
|
||||||
|
BME(BOXHEADADJ);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef BARO
|
#ifdef BARO
|
||||||
|
@ -328,7 +329,6 @@ void initActiveBoxIds(void)
|
||||||
#ifdef MAG
|
#ifdef MAG
|
||||||
if (sensors(SENSOR_MAG)) {
|
if (sensors(SENSOR_MAG)) {
|
||||||
BME(BOXMAG);
|
BME(BOXMAG);
|
||||||
BME(BOXHEADADJ);
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue