1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Fix OSD slave serial port initialisation

Per cleanflight/#2847.
This commit is contained in:
jflyper 2017-06-07 10:13:36 +09:00
parent 81a0fcaddd
commit 18b4c48499

View file

@ -165,6 +165,10 @@ void init(void)
busSwitchInit();
#endif
#if defined(USE_UART) && !defined(SITL)
uartPinConfigure(serialPinConfig());
#endif
serialInit(false, SERIAL_PORT_NONE);
#ifdef BEEPER