Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothHost.h
index e0de59a..0814845 100644 (file)
@@ -79,7 +79,8 @@
                void EVENT_USB_Host_DeviceUnattached(void);
                void EVENT_USB_Host_DeviceEnumerationComplete(void);
                void EVENT_USB_Host_HostError(const uint8_t ErrorCode);
-               void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode, const uint8_t SubErrorCode);
+               void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode,
+                                                           const uint8_t SubErrorCode);
 
        /* Function Prototypes: */
                void SetupHardware(void);