We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1312cc3 commit bb792a1Copy full SHA for bb792a1
README.md
@@ -119,8 +119,7 @@ int main(int argc, char* argv[])
119
handle = hid_open(0x4d8, 0x3f, NULL);
120
if (!handle) {
121
printf("Unable to open device\n");
122
-
123
- hid_exit()
+ hid_exit();
124
return 1;
125
}
126
hidtest/test.c
@@ -118,6 +118,7 @@ int main(int argc, char* argv[])
118
printf("unable to open device\n");
0 commit comments