1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 04:15:26 +03:00

Introduce AUX_SERIAL (#6456)

This commit is contained in:
3djc 2019-05-28 13:06:02 +02:00 committed by Bertrand Songis
parent 2fee251ac5
commit 1c51c646c4
22 changed files with 93 additions and 93 deletions

View file

@ -1362,7 +1362,7 @@ static int luaSerialWrite(lua_State * L)
while(wr_len--) usbSerialPutc(*p++);
}
#endif
#if defined(SERIAL2)
#if defined(AUX_SERIAL)
if (serial2Mode == UART_MODE_LUA) {
size_t wr_len = len;
const char* p = str;