fix make error

This commit is contained in:
Bea 2020-07-04 11:51:15 +02:00
parent 1fce207bcf
commit ca48641a7e

View File

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