Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard...
[pub/lufa.git] / LUFA / Drivers / USB / Core / HostStandardReq.h
index d4f4187..35c8dd3 100644 (file)
 
                /* Function Prototypes: */
                        #if defined(__INCLUDE_FROM_HOSTSTDREQ_C)
+                               static uint8_t USB_Host_SendControlRequest_PRV(void* const BufferPtr);
                                static uint8_t USB_Host_WaitForIOS(const uint8_t WaitType);
                        #endif
        #endif