mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Added GYRO/OSD order comment
This commit is contained in:
parent
1857c7de73
commit
ab8da465f0
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ void init(void)
|
||||||
rxInit();
|
rxInit();
|
||||||
|
|
||||||
#ifdef OSD
|
#ifdef OSD
|
||||||
|
//The OSD need to be initialised after GYRO to avoid GYRO initialisation failure on some targets
|
||||||
if (feature(FEATURE_OSD)) {
|
if (feature(FEATURE_OSD)) {
|
||||||
#if defined(USE_MAX7456)
|
#if defined(USE_MAX7456)
|
||||||
// if there is a max7456 chip for the OSD then use it, otherwise use MSP
|
// if there is a max7456 chip for the OSD then use it, otherwise use MSP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue