projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More UC3B architecture port updates.
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
AVR8
/
Device_AVR8.c
diff --git
a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.c
b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.c
index
2473327
..
4bf3393
100644
(file)
--- a/
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.c
+++ b/
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.c
@@
-46,7
+46,7
@@
void USB_Device_SendRemoteWakeup(void)
USB_CLK_Unfreeze();
UDCON |= (1 << RMWKUP);
- while (
!(UDCON & (1 << RMWKUP)
));
+ while (
UDCON & (1 << RMWKUP
));
}
#endif