aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/HostStandardReq.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-20 18:47:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-20 18:47:25 +0000
commit4068efbd1898058854f9ca5a967bc5ad5a851759 (patch)
tree2b69bbeafedf62cae42634354d4c4ea3401f9fdb /LUFA/Drivers/USB/Core/HostStandardReq.h
parent6c738343ae7bab9bd96aa5fc29d5656d966647b5 (diff)
downloadlufa-4068efbd1898058854f9ca5a967bc5ad5a851759.tar.gz
lufa-4068efbd1898058854f9ca5a967bc5ad5a851759.tar.bz2
lufa-4068efbd1898058854f9ca5a967bc5ad5a851759.zip
Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts.
Diffstat (limited to 'LUFA/Drivers/USB/Core/HostStandardReq.h')
-rw-r--r--LUFA/Drivers/USB/Core/HostStandardReq.h1
1 files changed, 1 insertions, 0 deletions
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