In demo code, I want to make one CAN tx thread to sleep for few seconds.
I tried use
Sleep(2000);, but receive warning
warning #225-D: function "Sleep" declared implicitly
Can you tell me which function can be used to make thread sleep for seconds?