Merge pull request #3226 from jflyper/bfdev-add-uartPinConfigure-for-osd_slave
Fix OSD slave serial port initialisation
This commit is contained in:
commit
d68a72da92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue