More UC3B architecture port updates.

This commit is contained in:
Dean Camera 2011-02-26 15:54:11 +00:00
parent a318f32b31
commit 6f01b6afd5
10 changed files with 58 additions and 254 deletions

View file

@ -46,7 +46,7 @@ void USB_Device_SendRemoteWakeup(void)
USB_CLK_Unfreeze();
UDCON |= (1 << RMWKUP);
while (!(UDCON & (1 << RMWKUP)));
while (UDCON & (1 << RMWKUP));
}
#endif