From 6f993a2f750f87e3632e41ff08ba9e49813e4719 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 7 Sep 2009 10:50:58 +0000 Subject: 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. --- Demos/Host/LowLevel/MouseHost/MouseHost.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Demos') 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(); -- cgit v1.2.3