projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add link to third-party signed version of the official FLIP DFU driver for 64-bit...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
MouseHost
/
MouseHost.c
diff --git
a/Demos/Host/LowLevel/MouseHost/MouseHost.c
b/Demos/Host/LowLevel/MouseHost/MouseHost.c
index
f6a2f38
..
ab0eadc
100644
(file)
--- a/
Demos/Host/LowLevel/MouseHost/MouseHost.c
+++ b/
Demos/Host/LowLevel/MouseHost/MouseHost.c
@@
-138,6
+138,9
@@
void ReadNextReport(void)
/* Check to see if a packet has been received */
\r
if (!(Pipe_IsINReceived()))
\r
{
\r
+ /* No packet received (no movement), turn off LEDs */
\r
+ LEDs_SetAllLEDs(LEDS_NO_LEDS);
\r
+
\r
/* Refreeze HID data IN pipe */
\r
Pipe_Freeze();
\r
\r