Browse Source

actually fix build

pull/14154/head
milestogo 2 years ago
parent
commit
47bb0857a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/protocol/usb_hid.mk

+ 1
- 1
tmk_core/protocol/usb_hid.mk View File

@ -7,7 +7,7 @@ USB_HOST_LIB_DIR = $(LIB_PATH)/usbhost
USB_HOST_SHIELD_DIR = $(USB_HOST_LIB_DIR)/USB_Host_Shield_2.0
USB_HOST_SHIELD_SRC = \
$(USB_HOST_SHIELD_DIR)/Usb.cpp \
$(USB_HOST_SHIELD_DIR)/hid.cpp \
$(USB_HOST_SHIELD_DIR)/usbhid.cpp \
$(USB_HOST_SHIELD_DIR)/usbhub.cpp \
$(USB_HOST_SHIELD_DIR)/parsetools.cpp \
$(USB_HOST_SHIELD_DIR)/message.cpp


Loading…
Cancel
Save