summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/colorhug/ch-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colorhug/ch-common.h b/lib/colorhug/ch-common.h
index 84fcf10..03dbfdf 100644
--- a/lib/colorhug/ch-common.h
+++ b/lib/colorhug/ch-common.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
#define CH_USB_PID_FIRMWARE_PLUS 0x1002
#define CH_USB_CONFIG 0x0001
#define CH_USB_INTERFACE 0x0000
-#define CH_USB_HID_EP 0x0001
+#define CH_USB_HID_EP 0x01
#define CH_USB_HID_EP_IN (CH_USB_HID_EP | 0x80)
#define CH_USB_HID_EP_OUT (CH_USB_HID_EP | 0x00)
#define CH_USB_HID_EP_SIZE 64