summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/chibios/usb_main.h
diff options
context:
space:
mode:
authorFred Sundvik2018-02-03 12:55:56 +0200
committerJack Humbert2018-02-07 17:16:01 -0500
commit30b90de7c9d4edbbaf55e11264d30bda1f82cfde (patch)
treebaae5054a2d693c910b19b027f8c7d4669597fe1 /tmk_core/protocol/chibios/usb_main.h
parent30e413f9855a1ace8ea80505df1476de07e8ce39 (diff)
Send usb wakeup through ChibiOS
Diffstat (limited to 'tmk_core/protocol/chibios/usb_main.h')
-rw-r--r--tmk_core/protocol/chibios/usb_main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/protocol/chibios/usb_main.h b/tmk_core/protocol/chibios/usb_main.h
index 30d8fcaef..b4f894f2f 100644
--- a/tmk_core/protocol/chibios/usb_main.h
+++ b/tmk_core/protocol/chibios/usb_main.h
@@ -36,9 +36,6 @@
/* Initialize the USB driver and bus */
void init_usb_driver(USBDriver *usbp);
-/* Send remote wakeup packet */
-void send_remote_wakeup(USBDriver *usbp);
-
/* ---------------
* Keyboard header
* ---------------