Fixed inability to enumerate any devices while in host mode (broken in a previous...
[pub/USBasp.git] / Bootloaders / TeensyHID / TeensyHID.h
index a53fca3..ae180f7 100644 (file)
@@ -41,6 +41,7 @@
                #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
@@ -56,9 +57,9 @@
 \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
-               #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