diff options
Diffstat (limited to 'platforms')
| -rw-r--r-- | platforms/chibios/IC_TEENSY_3_1/board/board.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/chibios/IC_TEENSY_3_1/board/board.c b/platforms/chibios/IC_TEENSY_3_1/board/board.c index 36ae8051e..424e0c975 100644 --- a/platforms/chibios/IC_TEENSY_3_1/board/board.c +++ b/platforms/chibios/IC_TEENSY_3_1/board/board.c | |||
| @@ -144,3 +144,8 @@ void __early_init(void) { | |||
| 144 | * @todo Add your board-specific code, if any. | 144 | * @todo Add your board-specific code, if any. |
| 145 | */ | 145 | */ |
| 146 | void boardInit(void) {} | 146 | void boardInit(void) {} |
| 147 | |||
| 148 | |||
| 149 | void restart_usb_driver(USBDriver *usbp) { | ||
| 150 | // Do nothing. Restarting the USB driver on these boards breaks it. | ||
| 151 | } | ||
