Don't cast the line encoding baud rate to a uint16_t before performing the baud rate...
[pub/USBasp.git] / Bootloaders / CDC / BootloaderCDC.h
index 8367002..8142211 100644 (file)
@@ -42,6 +42,7 @@
                #include <avr/boot.h>\r
                #include <avr/eeprom.h>\r
                #include <avr/power.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
 \r
                #include "Descriptors.h"\r
        /* Function Prototypes: */\r
                void CDC_Task(void);\r
                void SetupHardware(void);\r
-               void ResetHardware(void);\r
 \r
                void EVENT_USB_Device_ConfigurationChanged(void);\r
                void EVENT_USB_Device_UnhandledControlRequest(void);\r