## The current exercise invoking the k_thread_design function fails to compile in v3.1.99. I had to recast my_tid using: **extern const k_tid_t *name*;** or **extern const k_tid my_tid;** ## I hope this helps.