Compare commits

...
2 Commits
Author SHA1 Message Date
retoor f86b2420bc Clean up. 2024-12-09 18:44:28 +01:00
retoor b03a08181a Clean up. 2024-12-09 18:44:05 +01:00
2 changed files with 0 additions and 1 deletions
BIN
View File
Binary file not shown.
-1
View File
@@ -109,7 +109,6 @@ int main() {
} }
} }
// Cleanup
for (int i = 0; i < num_keyboards; i++) { for (int i = 0; i < num_keyboards; i++) {
close(keyboard_fds[i]); close(keyboard_fds[i]);
} }