F_CLOCK changed to F_USB to be more descriptive, and applicable on future architectur...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / HostStandardReq.c
index d2523fd..5b443e7 100644 (file)
@@ -38,7 +38,6 @@
 
 uint8_t USB_Host_SendControlRequest(void* const BufferPtr)
 {
-       uint8_t* HeaderStream = (uint8_t*)&USB_ControlRequest;
        uint8_t* DataStream   = (uint8_t*)BufferPtr;
        bool     BusSuspended = USB_Host_IsBusSuspended();
        uint8_t  ReturnStatus = HOST_SENDCONTROL_Successful;