summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/IC_TEENSY_3_1/board/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/boards/IC_TEENSY_3_1/board/board.c')
-rw-r--r--platforms/chibios/boards/IC_TEENSY_3_1/board/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/boards/IC_TEENSY_3_1/board/board.c b/platforms/chibios/boards/IC_TEENSY_3_1/board/board.c
index 424e0c975b..189d90952d 100644
--- a/platforms/chibios/boards/IC_TEENSY_3_1/board/board.c
+++ b/platforms/chibios/boards/IC_TEENSY_3_1/board/board.c
@@ -147,5 +147,5 @@ void boardInit(void) {}
void restart_usb_driver(USBDriver *usbp) {
- // Do nothing. Restarting the USB driver on these boards breaks it.
+ // Do nothing. Restarting the USB driver on these boards breaks it.
}