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 933897b commit d8ffa32Copy full SHA for d8ffa32
source/led3.cpp
@@ -62,7 +62,7 @@ static void led3_main(const void *)
62
SecureAllocator alloc = secure_allocator_create_with_pages(4 * kB, 1 * kB);
63
/* Prepare the thread definition structure. */
64
osThreadAttr_t thread_attr = {0};
65
- os_thread_t thread_def = {0};
+ mbed_rtos_storage_thread_t thread_def = {0};
66
thread_attr.stack_size = 512;
67
/* Allocate the stack inside the page allocator! */
68
thread_attr.stack_mem = (uint32_t *) secure_malloc(alloc, 512);
0 commit comments