zephyr-rtos-tutorial
zephyr-rtos-tutorial copied to clipboard
K_thread_define exercise
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;