mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Vtx smartaudtio fix space
This commit is contained in:
parent
a6b9560b48
commit
6af04d43a4
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ static void saSendFrame(uint8_t *buf, int len)
|
|||
switch (smartAudioSerialPort->identifier) {
|
||||
case SERIAL_PORT_SOFTSERIAL1:
|
||||
case SERIAL_PORT_SOFTSERIAL2:
|
||||
if(vtxSettingsConfig()->softserialAlt) {
|
||||
if (vtxSettingsConfig()->softserialAlt) {
|
||||
serialWrite(smartAudioSerialPort, 0x00); // Generate 1st start bit
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue