mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +03:00
[FRSKYPILOT] Fix UART number for OSD, should be 6, not 5 (#6130)
This commit is contained in:
parent
456d8c46d4
commit
ffb782bd92
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
void targetConfiguration(void)
|
||||
{
|
||||
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(SERIAL_PORT_USART1)].functionMask = FUNCTION_TELEMETRY_SMARTPORT_MASTER;
|
||||
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(SERIAL_PORT_USART5)].functionMask = FUNCTION_FRSKY_OSD;
|
||||
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(SERIAL_PORT_USART6)].functionMask = FUNCTION_FRSKY_OSD;
|
||||
|
||||
rxConfigMutable()->serialrx_inverted = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue