Skip to content

Commit 307d06c

Browse files
committed
sprawdź jak to działa teraz na main i zastanów sie co z tym zerobić
1 parent 3ddcc98 commit 307d06c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

zephyr/lib/userspace_helper.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ int user_stack_free(void *p_stack)
8080
int user_memory_init_shared(k_tid_t thread_id, struct processing_module *mod)
8181
{
8282
struct k_mem_domain *comp_dom = mod->user_ctx->comp_dom;
83+
/*
8384
int ret;
8485
8586
ret = k_mem_domain_add_partition(comp_dom, &common_partition);
8687
if (ret < 0)
8788
return ret;
89+
*/
8890

8991
return k_mem_domain_add_thread(comp_dom, thread_id);
9092
}

0 commit comments

Comments
 (0)