From 4068efbd1898058854f9ca5a967bc5ad5a851759 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 20 Feb 2012 18:47:25 +0000 Subject: Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts. --- LUFA/Drivers/USB/Core/HostStandardReq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/Drivers/USB/Core/HostStandardReq.h') diff --git a/LUFA/Drivers/USB/Core/HostStandardReq.h b/LUFA/Drivers/USB/Core/HostStandardReq.h index d4f418743..35c8dd3f2 100644 --- a/LUFA/Drivers/USB/Core/HostStandardReq.h +++ b/LUFA/Drivers/USB/Core/HostStandardReq.h @@ -278,6 +278,7 @@ /* 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 -- cgit v1.2.3