[beken-72xx] Increase main task stack size

This commit is contained in:
Kuba Szczodrzyński
2022-06-30 19:32:37 +02:00
parent 1684d63e04
commit 1d0df2936b

View File

@@ -15,7 +15,7 @@ bool startMainTask() {
THD_APPLICATION_PRIORITY,
"main",
(beken_thread_function_t)main_task,
4096,
8192,
NULL
);
if (ret != kNoErr)