summaryrefslogtreecommitdiff
path: root/tmk_core/protocol
diff options
context:
space:
mode:
authorBalz Guenat2017-08-16 01:34:46 +0200
committerJack Humbert2017-08-15 23:14:41 -0400
commit5bff9d61818c5dd692c505896aee287168af80cc (patch)
treea3ba9cc695d6b106bab9c43c292076a7f8b58cd0 /tmk_core/protocol
parent7e5ccd50dc4d1142fe27a34006257a1fd4cbf4b9 (diff)
cleanup usb-usb converter code
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/usb_hid.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/usb_hid.mk b/tmk_core/protocol/usb_hid.mk
index 1f79bda3b..e72008097 100644
--- a/tmk_core/protocol/usb_hid.mk
+++ b/tmk_core/protocol/usb_hid.mk
@@ -43,7 +43,6 @@ SRC += $(USB_HID_DIR)/override_Serial.cpp
# replace arduino/wiring.c
SRC += $(USB_HID_DIR)/override_wiring.c
-SRC += common/avr/timer.c
SRC += $(USB_HOST_SHIELD_SRC)
SRC += $(ARDUINO_CORES_SRC)