mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 00:45:21 -04:00
Call hid_close() at the end of testgui.cpp.
This commit is contained in:
@@ -178,6 +178,8 @@ int main(int argc, char* argv[])
|
||||
printf("%02hhx ", buf[i]);
|
||||
printf("\n");
|
||||
|
||||
hid_close(handle);
|
||||
|
||||
#ifdef WIN32
|
||||
system("pause");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user