projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed inability to enumerate any devices while in host mode (broken in a previous...
[pub/USBasp.git]
/
Bootloaders
/
TeensyHID
/
TeensyHID.h
diff --git
a/Bootloaders/TeensyHID/TeensyHID.h
b/Bootloaders/TeensyHID/TeensyHID.h
index
a53fca3
..
ae180f7
100644
(file)
--- a/
Bootloaders/TeensyHID/TeensyHID.h
+++ b/
Bootloaders/TeensyHID/TeensyHID.h
@@
-41,6
+41,7
@@
#include <avr/wdt.h>
\r
#include <avr/boot.h>
\r
#include <avr/wdt.h>
\r
#include <avr/wdt.h>
\r
#include <avr/boot.h>
\r
#include <avr/wdt.h>
\r
+ #include <avr/power.h>
\r
#include <util/delay.h>
\r
#include <stdbool.h>
\r
\r
#include <util/delay.h>
\r
#include <stdbool.h>
\r
\r
@@
-56,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