mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
Merge pull request #3326 from opentx/bsongis/passthrough_sport_to_lua
Bsongis/passthrough sport to lua
This commit is contained in:
commit
a7d0816ac7
17 changed files with 131 additions and 70 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
OS_TID cliTaskId;
|
||||
TaskStack<CLI_STACK_SIZE> cliStack;
|
||||
Fifo<256> cliRxFifo;
|
||||
Fifo<uint8_t, 256> cliRxFifo;
|
||||
uint8_t cliTracesEnabled = true;
|
||||
// char cliLastLine[CLI_COMMAND_MAX_LEN+1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue