In Salvo v3, you need
code:OS_Delay(5,label);
------------------
In Salvo v3, you need
code:OS_Delay(5,label);
------------------
..main.c(37): error C307: macro 'OS_Delay': parameter count mismatch
I tried both of the following:
OS_Delay((OStypeDelay)5);
or
OS_Delay(5);
But I still get the error. Am I not able to use OS_Delay() from salvo lite?
Users browsing this forum: No registered users and 0 guests