Compare commits

...

2 Commits

Author SHA1 Message Date
f86b2420bc Clean up. 2024-12-09 18:44:28 +01:00
b03a08181a Clean up. 2024-12-09 18:44:05 +01:00
2 changed files with 0 additions and 1 deletions

BIN
tikker

Binary file not shown.

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]);
} }