From 137bd026cebe6aa5cdc0a422e4b5e45902248d0a Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 23 Jul 2013 13:53:43 +0200 Subject: 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 --- hidpp20.c | 2 -- 1 file changed, 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 #include -typedef unsigned char u8; - #define SHORT_MESSAGE 0x10 #define LONG_MESSAGE 0x11 -- cgit v1.2.1