More UC3B architecture port updates.
This commit is contained in:
@@ -46,7 +46,7 @@ void USB_Device_SendRemoteWakeup(void)
|
||||
USB_CLK_Unfreeze();
|
||||
|
||||
UDCON |= (1 << RMWKUP);
|
||||
while (!(UDCON & (1 << RMWKUP)));
|
||||
while (UDCON & (1 << RMWKUP));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user