lexus2k/tinyproto

Undefined reference for sleep(0)

alieslam opened this issue · 3 comments

For windows os, sleep should be Sleep with 'S' upper case, which is defined under windows.h

#define TASK_YIELD() sleep(0)

Hello,

I checked against another my library, and confirm, for Mingw sleep should be Sleep().
Thank you

Did you check 53192fa commit?

Nope! sorry for that 😬