actualizacion no funciona
Dependencies: FATFileSystem mbed-rtos
Dependents: Proyect_Patric_electronic_door_MSC_Ok_ESP
Fork of USBHost by
Diff: USBHostHID/USBHostMouse.cpp
- Revision:
- 15:b58a2204422f
- Parent:
- 8:93da8ea2708b
--- a/USBHostHID/USBHostMouse.cpp Tue Aug 13 09:42:31 2013 +0000 +++ b/USBHostHID/USBHostMouse.cpp Mon Sep 16 15:36:24 2013 +0100 @@ -82,7 +82,6 @@ void USBHostMouse::rxHandler() { int len_listen = int_in->getSize(); - int len = int_in->getLengthTransferred(); if (onUpdate) { (*onUpdate)(report[0] & 0x07, report[1], report[2], report[3]);