fix make error

This commit is contained in:
Bea 2020-07-04 11:51:15 +02:00
parent 1fce207bcf
commit ca48641a7e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static inline u32 convertHidKeys(u32 keys)
return keys;
}
u32 waitInputWithTimeout(u32 msec)
u32 waitInputWithTimeout(s32 msec)
{
s32 n = 0;
u32 keys;