1
0
Fork 0

Clean code.

This commit is contained in:
tmk 2013-01-28 14:06:42 +09:00
parent 854c803fdd
commit 1e3e41a2c9
9 changed files with 226 additions and 201 deletions

View file

@ -2,6 +2,7 @@ COMMON_DIR = common
SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/keyboard.c \
$(COMMON_DIR)/action.c \
$(COMMON_DIR)/keymap.c \
$(COMMON_DIR)/command.c \
$(COMMON_DIR)/timer.c \
$(COMMON_DIR)/print.c \