zephyr-rtos-tutorial icon indicating copy to clipboard operation
zephyr-rtos-tutorial copied to clipboard

K_thread_define exercise

Open gerbers opened this issue 3 years ago • 0 comments

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.

gerbers avatar Jun 22 '22 05:06 gerbers