Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks...
[pub/USBasp.git] / Demos / Host / LowLevel / PrinterHost / PrinterHost.h
index efef070..75c3771 100644 (file)
@@ -74,6 +74,9 @@
                extern uint8_t PrinterInterfaceNumber;
 
        /* Function Prototypes: */
+               void SetupHardware(void);
+               void PrinterHost_Task(void);
+
                void EVENT_USB_Host_DeviceAttached(void);
                void EVENT_USB_Host_DeviceUnattached(void);
                void EVENT_USB_Host_DeviceEnumerationComplete(void);
@@ -81,9 +84,5 @@
                void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode,
                                                            const uint8_t SubErrorCode);
 
-               void SetupHardware(void);
-
-               void USB_Printer_Host(void);
-
 #endif