More UC3B architecture port updates.
This commit is contained in:
parent
a318f32b31
commit
6f01b6afd5
10 changed files with 58 additions and 254 deletions
|
|
@ -46,7 +46,7 @@ void USB_Device_SendRemoteWakeup(void)
|
|||
USB_CLK_Unfreeze();
|
||||
|
||||
UDCON |= (1 << RMWKUP);
|
||||
while (!(UDCON & (1 << RMWKUP)));
|
||||
while (UDCON & (1 << RMWKUP));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue