More UC3B architecture port updates.
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / Device_AVR8.c
index 2473327..4bf3393 100644 (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