1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 06:45:10 +03:00

Cli fixes

This commit is contained in:
Bertrand Songis 2015-08-11 22:06:30 +02:00
parent 6356fbb2f4
commit 17cb8f9459
6 changed files with 17 additions and 27 deletions

View file

@ -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();