X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5a580c6854a54126d830ba89c6719f482f0fc2f1..77a9df36a77d2523dd2bc24fa17f9f04c6c175c5:/Demos/Host/Incomplete/AndroidAccessoryHost/AndroidAccessoryHost.h diff --git a/Demos/Host/Incomplete/AndroidAccessoryHost/AndroidAccessoryHost.h b/Demos/Host/Incomplete/AndroidAccessoryHost/AndroidAccessoryHost.h index 59f49c518..6c8702fc5 100644 --- a/Demos/Host/Incomplete/AndroidAccessoryHost/AndroidAccessoryHost.h +++ b/Demos/Host/Incomplete/AndroidAccessoryHost/AndroidAccessoryHost.h @@ -70,6 +70,10 @@ /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ #define LEDMASK_USB_BUSY LEDS_LED2 + /* Function Prototypes: */ + void SetupHardware(void); + void AndroidHost_Task(void); + /* Event Handlers: */ void EVENT_USB_Host_DeviceAttached(void); void EVENT_USB_Host_DeviceUnattached(void); @@ -78,9 +82,5 @@ void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode, const uint8_t SubErrorCode); - /* Function Prototypes: */ - void Android_Host_Task(void); - void SetupHardware(void); - #endif