mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
[test] fix test_sys_time_x
This commit is contained in:
@@ -91,12 +91,12 @@ LED_DEFINES ?= -DLED_RED=2 -DLED_GREEN=3
|
||||
test_sys_time_timer.ARCHDIR = $(ARCH)
|
||||
test_sys_time_timer.CFLAGS += $(COMMON_TEST_CFLAGS) $(LED_DEFINES)
|
||||
test_sys_time_timer.srcs += $(COMMON_TEST_SRCS)
|
||||
test_sys_time_timer.srcs += $(SRC_AIRBORNE)/test/mcu_periph/test_sys_time_timer.c
|
||||
test_sys_time_timer.srcs += test/mcu_periph/test_sys_time_timer.c
|
||||
|
||||
test_sys_time_usleep.ARCHDIR = $(ARCH)
|
||||
test_sys_time_usleep.CFLAGS += $(COMMON_TEST_CFLAGS) $(LED_DEFINES)
|
||||
test_sys_time_usleep.srcs += $(COMMON_TEST_SRCS)
|
||||
test_sys_time_usleep.srcs += $(SRC_AIRBORNE)/test/mcu_periph/test_sys_time_usleep.c
|
||||
test_sys_time_usleep.srcs += test/mcu_periph/test_sys_time_usleep.c
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user