Send usb wakeup through ChibiOS

This commit is contained in:
Fred Sundvik
2018-02-03 12:55:56 +02:00
committed by Jack Humbert
parent 30e413f985
commit 30b90de7c9
3 changed files with 2 additions and 26 deletions

View File

@ -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
* ---------------