Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanthrax committed May 10, 2019
1 parent 1d803fb commit 2edd1be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux/client/octopus-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ int main(int argc, char*argv[]) {

printf("Client idx #%u, encryption %s\n", client_id, encryption_key ? "enabled" : "disabled");

// Open our output device. Enable for all KEY_* and BTN_*.
struct libevdev_uinput *uiodev;
struct libevdev *odev = libevdev_new();
libevdev_set_name(odev, "Octopus Output");
Expand Down
Binary file removed linux/xxtea/libxxtea.a
Binary file not shown.
Binary file removed linux/xxtea/xxtea.o
Binary file not shown.

0 comments on commit 2edd1be

Please sign in to comment.