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:
parent
2fee251ac5
commit
1c51c646c4
22 changed files with 93 additions and 93 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue