Update hid.c

This commit is contained in:
smea 2014-12-26 12:46:01 -08:00
parent 95fe42b294
commit 805e757b49

View File

@ -80,6 +80,8 @@ void hidExit()
{
irrstExit();
}
hidInitialised = false;
}
void hidWaitForEvent(HID_Event id, bool nextEvent)