Added new GenericHIDHost demo.
[pub/USBasp.git] / Bootloaders / CDC / BootloaderCDC.h
index 0d8f1e3..dce84a5 100644 (file)
@@ -41,6 +41,7 @@
                #include <avr/wdt.h>\r
                #include <avr/boot.h>\r
                #include <avr/eeprom.h>\r
+               #include <avr/power.h>\r
                #include <stdbool.h>\r
 \r
                #include "Descriptors.h"\r
 \r
        /* Function Prototypes: */\r
                #if defined(INCLUDE_FROM_BOOTLOADERCDC_C) || defined(__DOXYGEN__)\r
-                       static void ProgramReadWriteMemoryBlock(const uint8_t Command);\r
+                       static void    ReadWriteMemoryBlock(const uint8_t Command);\r
                        static uint8_t FetchNextCommandByte(void);\r
-                       static void WriteNextResponseByte(const uint8_t Response);\r
+                       static void    WriteNextResponseByte(const uint8_t Response);\r
                #endif\r
 \r
 #endif\r