Browse Source

Chibios: Revert common.mk change (fix AVR linking problem).

tags/v2.9
flabbergast 8 years ago
parent
commit
803b65ea43
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tmk_core/common.mk

+ 1
- 1
tmk_core/common.mk View File

@@ -1,4 +1,4 @@
COMMON_DIR = $(TMK_DIR)/common
COMMON_DIR = common
SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/keyboard.c \
$(COMMON_DIR)/action.c \

Loading…
Cancel
Save