iot-lab/iot-lab-training

Spelling issue in exercise code

Closed this issue · 1 comments

In the riot threading concurrency exercise the example code to add a buffer/mutex starts with:
ypedef struct {
Should probably be
typedef struct {

Thanks for reporting! Fixed by 130e29c.