Browse Source

Rename native to test

pull/1409/head
Fred Sundvik 6 years ago
parent
commit
f646f00b93
4 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/common.mk
  2. +0
    -0
      tmk_core/common/test/bootloader.c
  3. +0
    -0
      tmk_core/common/test/suspend.c
  4. +0
    -0
      tmk_core/common/test/timer.c

+ 1
- 1
tmk_core/common.mk View File

@ -4,7 +4,7 @@ ifeq ($(PLATFORM),AVR)
else ifeq ($(PLATFORM),CHIBIOS)
PLATFORM_COMMON_DIR = $(COMMON_DIR)/chibios
else
PLATFORM_COMMON_DIR = $(COMMON_DIR)/native
PLATFORM_COMMON_DIR = $(COMMON_DIR)/test
endif
TMK_COMMON_SRC += $(COMMON_DIR)/host.c \


tmk_core/common/native/bootloader.c → tmk_core/common/test/bootloader.c View File


tmk_core/common/native/suspend.c → tmk_core/common/test/suspend.c View File


tmk_core/common/native/timer.c → tmk_core/common/test/timer.c View File


Loading…
Cancel
Save