Skip to content

Commit

Permalink
Vtx smartaudtio fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
daleckystepan committed Jan 16, 2022
1 parent a6b9560 commit 6af04d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/vtx_smartaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6af04d4

Please sign in to comment.