Add sendchar with Generic HID to support debug print.

This commit is contained in:
tmk 2012-06-27 18:31:33 +09:00
parent dd93d2915f
commit 3969ec09b4
5 changed files with 586 additions and 410 deletions

View file

@ -128,8 +128,7 @@ LSRC = $(TARGET).c \
SRC = $(subst $(LUFA_PATH)/LUFA/,,$(LSRC))
SRC += keymap.c \
matrix.c \
led.c \
sendchar_null.c
led.c
CONFIG_H = config.h