summaryrefslogtreecommitdiffstats
path: root/app/tablet.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/tablet.c')
-rw-r--r--app/tablet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tablet.c b/app/tablet.c
index 1073b37..5445c29 100644
--- a/app/tablet.c
+++ b/app/tablet.c
@@ -73,7 +73,7 @@ const struct usb_endpoint_descriptor tablet_endpoint = {
.bEndpointAddress = 0x83,
.bmAttributes = USB_ENDPOINT_ATTR_INTERRUPT,
.wMaxPacketSize = 6,
- .bInterval = 0x20,
+ .bInterval = 0x1 //0x20,
};
const struct usb_interface_descriptor tablet_iface = {