Compare commits

..

No commits in common. "f86b2420bce5c650dd40c04408cef79ba6e9a416" and "f4276ec50372bbbbf8cfdd91bccd01dc448d12e7" have entirely different histories.

2 changed files with 1 additions and 0 deletions

BIN
tikker

Binary file not shown.

View File

@ -109,6 +109,7 @@ int main() {
}
}
// Cleanup
for (int i = 0; i < num_keyboards; i++) {
close(keyboard_fds[i]);
}