Fixed Low Speed USB devices broken when using the library HID Class driver (thanks...
[pub/USBasp.git] / Bootloaders / Printer / BootloaderPrinter.h
index b99e763..8582d84 100644 (file)
 
 /** \file
  *
- *  Header file for Printer.c.
+ *  Header file for BootloaderPrinter.c.
  */
 
-#ifndef _PRINTER_H_
-#define _PRINTER_H_
+#ifndef _BOOTLOADER_PRINTER_H_
+#define _BOOTLOADER_PRINTER_H_
 
        /* Includes: */
                #include <avr/io.h>
@@ -88,7 +88,7 @@
                };
 
        /* Function Prototypes: */
-               void SetupHardware(void);
+               static void SetupHardware(void);
 
                void EVENT_USB_Device_Connect(void);
                void EVENT_USB_Device_Disconnect(void);