Skip to content

Commit 082248d

Browse files
committed
led3 box: Remove redundant thread
1 parent 234524b commit 082248d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/led3.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ static void led3_main(const void *)
5959
uvisor_error(USER_NOT_ALLOWED);
6060
}
6161

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-
6962
/* Create page-backed allocator. */
7063
const uint32_t kB = 1024;
7164
SecureAllocator alloc = secure_allocator_create_with_pages(4 * kB, 1 * kB);

0 commit comments

Comments
 (0)