]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/pjrcUSB/arm/usb_keyboard.c
Revert "Merge pull request #27 from smasher816/wakeup-devel"
[kiibohd-controller.git] / Output / pjrcUSB / arm / usb_keyboard.c
index 8453534ad989cec18ace5411ec399fd138c8825a..d3c9632c749dc139c20f4d5fe18b105f135e8c05 100644 (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 )
        {