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:
parent
81a0fcaddd
commit
18b4c48499
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ void init(void)
|
||||||
busSwitchInit();
|
busSwitchInit();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(USE_UART) && !defined(SITL)
|
||||||
|
uartPinConfigure(serialPinConfig());
|
||||||
|
#endif
|
||||||
|
|
||||||
serialInit(false, SERIAL_PORT_NONE);
|
serialInit(false, SERIAL_PORT_NONE);
|
||||||
|
|
||||||
#ifdef BEEPER
|
#ifdef BEEPER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue