Revert "Merge pull request #27 from smasher816/wakeup-devel"

This reverts commit 622ea5d85f, reversing
changes made to c21439cb48.
This commit is contained in:
Jacob Alexander 2015-06-23 08:00:16 -07:00
parent 216b151302
commit 6c67bc77bc
3 changed files with 1 additions and 27 deletions

View file

@ -78,13 +78,6 @@ void usb_keyboard_send()
uint32_t wait_count = 0;
usb_packet_t *tx_packet;
if (remote_wakeup_enabled) {
USB0_CTL |= USB_CTL_RESUME;
_delay_ms(5); //wait 1 to 15ms
USB0_CTL &= ~USB_CTL_RESUME;
_delay_ms(5);
}
// Wait till ready
while ( 1 )
{