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 27e4811 commit 102be72Copy full SHA for 102be72
source/led3.cpp
@@ -59,13 +59,6 @@ static void led3_main(const void *)
59
uvisor_error(USER_NOT_ALLOWED);
60
}
61
62
- Thread thread2(osPriorityNormal, 512, NULL);
63
- status = thread2.start(run_3);
64
- if (status != osOK) {
65
- printf("Could not start box_led3 thread2.\r\n");
66
- uvisor_error(USER_NOT_ALLOWED);
67
- }
68
-
69
/* Create page-backed allocator. */
70
const uint32_t kB = 1024;
71
SecureAllocator alloc = secure_allocator_create_with_pages(4 * kB, 1 * kB);
0 commit comments