diff options
author | tmk <nobody@nowhere> | 2013-04-18 15:51:14 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-18 15:52:23 +0900 |
commit | a77ae5f84312e295daabfdc46c79a627b84fee4f (patch) | |
tree | da558b5f16f35f52ed6de6047fe547c4423b8fe2 /protocol/vusb.mk | |
parent | 1eb67303ee7b8a037d035e97ffd2d19b030fe3f2 (diff) |
Add support of iWRAP5
- mouse virtical wheel
- consumer page
Diffstat (limited to 'protocol/vusb.mk')
-rw-r--r-- | protocol/vusb.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocol/vusb.mk b/protocol/vusb.mk index 77b1c6337b..3227ca7bf5 100644 --- a/protocol/vusb.mk +++ b/protocol/vusb.mk @@ -10,10 +10,10 @@ SRC += $(VUSB_DIR)/main.c \ ifdef NO_UART -SRC += sendchar_null.c +SRC += $(COMMON_DIR)/sendchar_null.c else -SRC += sendchar_uart.c \ - uart.c +SRC += $(COMMON_DIR)/sendchar_uart.c \ + $(COMMON_DIR)/uart.c endif |