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
|
@ -203,7 +203,7 @@ static void USB_Init_Device(void)
|
|||
ENDPOINT_DIR_OUT, USB_ControlEndpointSize,
|
||||
ENDPOINT_BANK_SINGLE);
|
||||
|
||||
USB_INT_Enable(USB_INT_SUSPEND);
|
||||
USB_INT_Enable(USB_INT_SUSPI);
|
||||
USB_INT_Enable(USB_INT_EORSTI);
|
||||
|
||||
USB_Attach();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue