Port timer to mbed

This commit is contained in:
tmk 2014-06-16 11:12:45 +09:00
parent f15b2691c9
commit 867f115bee
6 changed files with 73 additions and 39 deletions

View file

@ -7,7 +7,7 @@ SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/action_layer.c \
$(COMMON_DIR)/action_util.c \
$(COMMON_DIR)/keymap.c \
$(COMMON_DIR)/timer.c \
$(COMMON_DIR)/avr/timer.c \
$(COMMON_DIR)/print.c \
$(COMMON_DIR)/bootloader.c \
$(COMMON_DIR)/suspend.c \