Rename internal suspend and wake up USB interrupt macros so that they follow the...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / DeviceStandardReq.c
index 8d26874..83c85de 100644 (file)
@@ -139,8 +139,6 @@ static void USB_Device_SetAddress(void)
        USB_DeviceState = (DeviceAddress) ? DEVICE_STATE_Addressed : DEVICE_STATE_Default;
 
        USB_Device_SetDeviceAddress(DeviceAddress);
-
-       return;
 }
 
 static void USB_Device_SetConfiguration(void)