mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-01-01 22:20:00 +01:00
Update main.c
This commit is contained in:
parent
14d0ca8d68
commit
2066a6b048
2
main.c
2
main.c
|
|
@ -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…
Reference in a new issue