summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c
blob: 4940d6d99b5b09e187c2f16b1901bb974e195f1f (plain)
1
2
3
4
5
6
7
#include <hal.h>

void restart_usb_driver(USBDriver *usbp) {
    // Do nothing. Restarting the USB driver on the Teensy 3.6 breaks it,
    // resulting in a keyboard which can wake up a PC from Suspend-to-RAM, but
    // does not actually produce any keypresses until you un-plug and re-plug.
}