Revert "Merge pull request #27 from smasher816/wakeup-devel"
This reverts commit622ea5d85f
, reversing changes made toc21439cb48
.
This commit is contained in:
parent
216b151302
commit
6c67bc77bc
3 changed files with 1 additions and 27 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue