Fix return type of PltSleepMs
This commit is contained in:
parent
3740fd295c
commit
d54c7cc821
1 changed files with 1 additions and 1 deletions
|
|
@ -43,4 +43,4 @@ int PltWaitForEvent(PLT_EVENT *event);
|
|||
#define PLT_WAIT_SUCCESS 0
|
||||
#define PLT_WAIT_INTERRUPTED 1
|
||||
|
||||
int PltSleepMs(int ms);
|
||||
void PltSleepMs(int ms);
|
||||
Loading…
Add table
Add a link
Reference in a new issue