mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +03:00
Cli fixes
This commit is contained in:
parent
6356fbb2f4
commit
17cb8f9459
6 changed files with 17 additions and 27 deletions
|
@ -272,7 +272,7 @@ int cliExecLine(char * line)
|
|||
void cliTask(void * pdata)
|
||||
{
|
||||
char line[CLI_COMMAND_MAX_LEN+1];
|
||||
uint8_t pos = 0;
|
||||
int pos = 0;
|
||||
|
||||
cliPrompt();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue