summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c')
-rw-r--r--platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c b/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c
deleted file mode 100644
index 4940d6d99b..0000000000
--- a/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#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.
-}