Remove remaining void* descriptor casts in the projects and demos that were not remov...
[pub/USBasp.git] / Demos / Host / LowLevel / MouseHostWithParser / MouseHostWithParser.h
index bcfa888..3a80c8e 100644 (file)
@@ -54,7 +54,7 @@
                #include "HIDReport.h"
 
        /* Macros: */
                #include "HIDReport.h"
 
        /* Macros: */
-               /** Pipe number for the mouse report data pipe */
+               /** Pipe number for the mouse report data pipe. */
                #define MOUSE_DATAPIPE            1
 
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
                #define MOUSE_DATAPIPE            1
 
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
@@ -76,7 +76,8 @@
                void EVENT_USB_Host_HostError(const uint8_t ErrorCode);
                void EVENT_USB_Host_DeviceAttached(void);
                void EVENT_USB_Host_DeviceUnattached(void);
                void EVENT_USB_Host_HostError(const uint8_t ErrorCode);
                void EVENT_USB_Host_DeviceAttached(void);
                void EVENT_USB_Host_DeviceUnattached(void);
-               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);
                void EVENT_USB_Host_DeviceEnumerationComplete(void);
 
                void ProcessMouseReport(uint8_t* MouseReport);
                void EVENT_USB_Host_DeviceEnumerationComplete(void);
 
                void ProcessMouseReport(uint8_t* MouseReport);