Mercurial > remote-gamepad-server
diff ds.h @ 2:f362b20de51e
Remove trailing whitespaces.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 22 Feb 2015 18:03:26 +0100 |
parents | e70ea46d6073 |
children | 73c20831be0a |
line wrap: on
line diff
--- a/ds.h +++ b/ds.h @@ -13,13 +13,13 @@ typedef struct ds_s{ uint8_t L:1; uint8_t R:1; uint8_t Start:1; - uint8_t Select:1; + uint8_t Select:1; uint8_t aX; uint8_t aY; } __attribute__((packed)) ds_t; -/* +/* Throws events according to ds keys status */ extern void ds_process_evt(ds_t* ds, int uinput_fd);