move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir

This commit is contained in:
tmk
2011-05-07 00:04:18 +09:00
parent a6b31e950f
commit 61e12a3157
8 changed files with 25 additions and 71 deletions

View File

@@ -12,13 +12,13 @@ TARGET_SRC = main_vusb.c \
keymap.c \
matrix.c \
led.c \
ps2_usart.c \
sendchar_dummy.c
# sendchar_usart.c
ps2_usart.c
CONFIG_H = config_vusb.h
# V-USB debug level: To use ps2_usart.c level must be 0
# ps2_usart.c requires USART to receive PS/2 signal.
OPT_DEFS = -DDEBUG_LEVEL=0