iot-lab / iot-lab-training

Training support for the IoT-LAB testbed
15 stars 22 forks source link

Spelling issue in exercise code #2

Closed LordTy closed 3 years ago

LordTy commented 3 years ago

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

aabadie commented 3 years ago

Thanks for reporting! Fixed by 130e29c.