]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol/chibios/usb_main.h
Merge remote-tracking branch 'flabbergast-tmk_keyboard/chibios'
[max/tmk_keyboard.git] / tmk_core / protocol / chibios / usb_main.h
index 3a7e76fc1da6dd0bac4618d2d2d88faf2ad00099..d8f30e9550e3c56cc9d090b19076fc4e8244426e 100644 (file)
@@ -36,6 +36,9 @@
 /* Initialize the USB driver and bus */
 void init_usb_driver(USBDriver *usbp);
 
+/* Send remote wakeup packet */
+void send_remote_wakeup(USBDriver *usbp);
+
 /* ---------------
  * Keyboard header
  * ---------------
@@ -127,7 +130,6 @@ typedef struct {
 
 /* Putchar over the USB console */
 int8_t sendchar(uint8_t c);
-/* wrapper for printf lib */
 
 /* Flush output (send everything immediately) */
 void console_flush_output(void);