1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 05:45:31 +03:00

Rebased on to master

This commit is contained in:
jflyper 2017-04-02 22:46:33 +09:00
commit cdf1bbb087

View file

@ -436,7 +436,9 @@ void init(void)
cmsInit(); cmsInit();
#endif #endif
#if ( defined(OSD) || (defined(USE_MSP_DISPLAYPORT) && defined(CMS)) )
displayPort_t *osdDisplayPort = NULL; displayPort_t *osdDisplayPort = NULL;
#endif
#ifdef OSD #ifdef OSD
//The OSD need to be initialised after GYRO to avoid GYRO initialisation failure on some targets //The OSD need to be initialised after GYRO to avoid GYRO initialisation failure on some targets