Rename internal suspend and wake up USB interrupt macros so that they follow the same naming scheme as the other USB ISR macros.
This commit is contained in:
parent
d66a925786
commit
ed7067e89f
5 changed files with 14 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue