Start porting the USB core to the AVR32 UC3B.
This commit is contained in:
parent
e11fddfe66
commit
0e6d5cf5b4
19 changed files with 354 additions and 122 deletions
|
@ -139,7 +139,7 @@ static void USB_Device_SetAddress(void)
|
|||
if (DeviceAddress)
|
||||
USB_DeviceState = DEVICE_STATE_Addressed;
|
||||
|
||||
UDADDR = ((1 << ADDEN) | DeviceAddress);
|
||||
USB_Device_SetDeviceAddress(DeviceAddress);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue