mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
Remark from projectkk2glider taken into account
Serial2 connection and USB CDC output now waits there is some free space before adding anything to the buffer
This commit is contained in:
parent
330a91441a
commit
5d7f55fa97
6 changed files with 26 additions and 14 deletions
|
@ -41,7 +41,6 @@
|
|||
#define CLI_COMMAND_MAX_ARGS 8
|
||||
#define CLI_COMMAND_MAX_LEN 256
|
||||
|
||||
extern Fifo<512> uart3TxFifo;
|
||||
OS_TID cliTaskId;
|
||||
OS_STK cliStack[CLI_STACK_SIZE];
|
||||
Fifo<256> cliRxFifo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue