diff options
Diffstat (limited to 'Makefile.vusb')
-rw-r--r-- | Makefile.vusb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.vusb b/Makefile.vusb index 0ef1b11550..b8e71a8e36 100644 --- a/Makefile.vusb +++ b/Makefile.vusb @@ -2,7 +2,8 @@ OPT_DEFS += -DHOST_VUSB SRC = usbdrv.c \ usbdrvasm.S \ - oddebug.c + oddebug.c \ + sendchar_usart.c SRC += $(TARGET_SRC) |