projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.
[pub/lufa.git]
/
Bootloaders
/
TeensyHID
/
TeensyHID.h
diff --git
a/Bootloaders/TeensyHID/TeensyHID.h
b/Bootloaders/TeensyHID/TeensyHID.h
index
a4773f8
..
ae180f7
100644
(file)
--- a/
Bootloaders/TeensyHID/TeensyHID.h
+++ b/
Bootloaders/TeensyHID/TeensyHID.h
@@
-57,9
+57,9
@@
\r
/* Macros: */
\r
/** HID Class specific request to send the next HID report to the device. */
\r
\r
/* Macros: */
\r
/** HID Class specific request to send the next HID report to the device. */
\r
- #define REQ_SetReport 0x09
\r
+ #define REQ_SetReport
0x09
\r
\r
\r
- #define TEENSY_STARTAPPLICATION 0xFFFF
\r
+ #define TEENSY_STARTAPPLICATION
0xFFFF
\r
\r
/* Event Handlers: */
\r
/** Indicates that this module will catch the USB_Disconnect event when thrown by the library. */
\r
\r
/* Event Handlers: */
\r
/** Indicates that this module will catch the USB_Disconnect event when thrown by the library. */
\r