Update main.c

pull/43/head
erikkaashoek 7 years ago committed by GitHub
parent 14d0ca8d68
commit 2066a6b048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1800,7 +1800,7 @@ static void cmd_version(BaseSequentialStream *chp, int argc, char *argv[])
chprintf(chp, "%s\r\n", NANOVNA_VERSION);
}
static THD_WORKING_AREA(waThread2, /* cmd_* max stack size + alpha */410);
static THD_WORKING_AREA(waThread2, /* cmd_* max stack size + alpha */442);
static const ShellCommand commands[] =
{

Loading…
Cancel
Save

Powered by TurnKey Linux.