From 04287b76c578b61fb16c90600af622d3e22e523b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 12 Jul 2011 05:18:10 +0000 Subject: Add more missing function attributes to the TWI peripheral driver. Fix incorrect standard request name in the host standard request driver. --- LUFA/Drivers/USB/Core/HostStandardReq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB') diff --git a/LUFA/Drivers/USB/Core/HostStandardReq.c b/LUFA/Drivers/USB/Core/HostStandardReq.c index 12ccd91e3..3da222086 100644 --- a/LUFA/Drivers/USB/Core/HostStandardReq.c +++ b/LUFA/Drivers/USB/Core/HostStandardReq.c @@ -243,7 +243,7 @@ uint8_t USB_Host_GetDeviceStatus(uint8_t* const FeatureStatus) USB_ControlRequest = (USB_Request_Header_t) { .bmRequestType = (REQDIR_DEVICETOHOST | REQTYPE_STANDARD | REQREC_DEVICE), - .bRequest = REQ_GetFeature, + .bRequest = REQ_GetStatus, .wValue = 0, .wIndex = 0, .wLength = 0, -- cgit v1.2.3