summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2013-07-23 13:53:43 +0200
committerPeter Wu <lekensteyn@gmail.com>2013-07-23 13:53:43 +0200
commit137bd026cebe6aa5cdc0a422e4b5e45902248d0a (patch)
tree4bfacb435da02d747f9bbfb8cb8a96303bed63a4
parent883e9af8d3b53f3e2692e57ce60af0e0e0ff0758 (diff)
downloadltunify-137bd026cebe6aa5cdc0a422e4b5e45902248d0a.tar.gz
Fix compile error due to u8
Reported by Harry Weston, a compilation error occurs with GCC 4.4.4 because the u8 type is already defined in ltunify.c
-rw-r--r--hidpp20.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hidpp20.c b/hidpp20.c
index 554a723..6572b42 100644
--- a/hidpp20.c
+++ b/hidpp20.c
@@ -4,8 +4,6 @@
#include <stdint.h>
#include <string.h>
-typedef unsigned char u8;
-
#define SHORT_MESSAGE 0x10
#define LONG_MESSAGE 0x11