We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4788dea commit 7b5029bCopy full SHA for 7b5029b
source/led3.cpp
@@ -19,7 +19,7 @@ static void led3_main(const void *);
19
* stack size can be smaller as we do not do anything special in them. */
20
UVISOR_BOX_NAMESPACE(NULL);
21
UVISOR_BOX_HEAPSIZE(3 * 1024);
22
-UVISOR_BOX_MAIN(led3_main, osPriorityNormal, 1024);
+UVISOR_BOX_MAIN(led3_main, osPriorityNormal, 2048);
23
UVISOR_BOX_CONFIG(box_led3, acl, 512, box_context);
24
25
#define uvisor_ctx ((box_context *) __uvisor_ctx)
0 commit comments