Add support of iWRAP5
- mouse virtical wheel - consumer page
This commit is contained in:
parent
1eb67303ee
commit
a77ae5f843
11 changed files with 402 additions and 27 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue