mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
increase sweep thread stack size
This commit is contained in:
parent
61b3989c28
commit
34a3eeafce
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -115,7 +115,7 @@ const char *info_about[]={
|
|||
0 // sentinel
|
||||
};
|
||||
|
||||
static THD_WORKING_AREA(waThread1, 640);
|
||||
static THD_WORKING_AREA(waThread1, 768);
|
||||
static THD_FUNCTION(Thread1, arg)
|
||||
{
|
||||
(void)arg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue