diff options
author | tmk <nobody@nowhere> | 2012-06-27 18:31:33 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-27 18:31:33 +0900 |
commit | 3969ec09b48026b51e9d7c210b7c8d15dceb3b4b (patch) | |
tree | 113e48a9c772fed881e86168265110a485f23f36 /keyboard/lufa/Makefile | |
parent | dd93d2915f79d0b825fc6bbc4edb556a69eac406 (diff) |
Add sendchar with Generic HID to support debug print.
Diffstat (limited to 'keyboard/lufa/Makefile')
-rw-r--r-- | keyboard/lufa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/lufa/Makefile b/keyboard/lufa/Makefile index 1d2f712d4a..115c7e6ec6 100644 --- a/keyboard/lufa/Makefile +++ b/keyboard/lufa/Makefile @@ -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
|