projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some minor whitespace corrections.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
Mouse
/
Mouse.c
diff --git
a/Demos/Device/ClassDriver/Mouse/Mouse.c
b/Demos/Device/ClassDriver/Mouse/Mouse.c
index
f5bd931
..
2ae2778
100644
(file)
--- a/
Demos/Device/ClassDriver/Mouse/Mouse.c
+++ b/
Demos/Device/ClassDriver/Mouse/Mouse.c
@@
-92,13
+92,13
@@
void SetupHardware(void)
/** Event handler for the library USB Connection event. */
\r
void EVENT_USB_Connect(void)
\r
{
\r
/** Event handler for the library USB Connection event. */
\r
void EVENT_USB_Connect(void)
\r
{
\r
- LEDs_SetAllLEDs(LEDMASK_USB_ENUMERATING);
\r
+
LEDs_SetAllLEDs(LEDMASK_USB_ENUMERATING);
\r
}
\r
\r
/** Event handler for the library USB Disconnection event. */
\r
void EVENT_USB_Disconnect(void)
\r
{
\r
}
\r
\r
/** Event handler for the library USB Disconnection event. */
\r
void EVENT_USB_Disconnect(void)
\r
{
\r
- LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
\r
+
LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
\r
}
\r
\r
/** Event handler for the library USB Configuration Changed event. */
\r
}
\r
\r
/** Event handler for the library USB Configuration Changed event. */
\r