aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-07 10:50:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-07 10:50:58 +0000
commit6f993a2f750f87e3632e41ff08ba9e49813e4719 (patch)
treea92a6b738e301c270162b46ab12c8eceb0329a7b /Demos
parent7882da1ed83257f1acf494f7dac535f3ab11d19a (diff)
downloadlufa-6f993a2f750f87e3632e41ff08ba9e49813e4719.tar.gz
lufa-6f993a2f750f87e3632e41ff08ba9e49813e4719.tar.bz2
lufa-6f993a2f750f87e3632e41ff08ba9e49813e4719.zip
Add link to third-party signed version of the official FLIP DFU driver for 64-bit Windows OSes to the DFU bootloader readme file.
Add HTML anchor links to URLs in the documentation to ensure that they are rendered correctly in the generated documentation.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Host/LowLevel/MouseHost/MouseHost.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/MouseHost/MouseHost.c b/Demos/Host/LowLevel/MouseHost/MouseHost.c
index f6a2f3820..ab0eadc6c 100644
--- 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 */
if (!(Pipe_IsINReceived()))
{
+ /* No packet received (no movement), turn off LEDs */
+ LEDs_SetAllLEDs(LEDS_NO_LEDS);
+
/* Refreeze HID data IN pipe */
Pipe_Freeze();