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 82b490b commit df821aaCopy full SHA for df821aa
TESTS/mbedmicro-rtos-mbed/heap_and_stack/main.cpp
@@ -182,7 +182,7 @@ void test_heap_in_range(void)
182
*/
183
void test_main_stack_in_range(void)
184
{
185
- os_thread_t *thread = (os_thread_t*) osThreadGetId();
+ mbed_rtos_storage_thread_t *thread = (mbed_rtos_storage_thread_t *) osThreadGetId();
186
187
uint32_t psp = __get_PSP();
188
uint8_t *stack_mem = (uint8_t*) thread->stack_mem;
0 commit comments