summaryrefslogtreecommitdiffstats
path: root/app/tablet.c
diff options
context:
space:
mode:
authorroot <root@circe.panaceas.james.local>2014-11-13 17:39:18 +0000
committerroot <root@circe.panaceas.james.local>2014-11-13 17:39:18 +0000
commit5950acfb05fb3e172fa5710f1cda6ab347f51f2f (patch)
tree6188f6041b360bc37d3278dd6eac8fb3b5ec6b7d /app/tablet.c
parent12287ff0a55f929bf840dcb4780d3f77b862c434 (diff)
downloadstm32_usb_kvm-5950acfb05fb3e172fa5710f1cda6ab347f51f2f.tar.gz
stm32_usb_kvm-5950acfb05fb3e172fa5710f1cda6ab347f51f2f.tar.bz2
stm32_usb_kvm-5950acfb05fb3e172fa5710f1cda6ab347f51f2f.zip
leds
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 = {