Fix multi status (#132)

This commit is contained in:
Arne Schwabe 2017-12-18 16:45:09 +01:00 committed by pascallanger
parent 68dcc75949
commit 1bc2dd2964

View File

@ -599,6 +599,8 @@ void pollSport()
RxIndex = 0;
#ifdef MULTI_TELEMETRY
multi_send_header(MULTI_TELEMETRY_SPORT_POLLING, 1);
#else
Serial_write(TxData[0]);
#endif
Serial_write(TxData[1]);
}