aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2013-12-05 16:24:11 +0100
committerThomas Gubler <thomasgubler@gmail.com>2013-12-05 16:24:11 +0100
commit4d846b480c9118090fe60a887fb1eb0824b38f56 (patch)
tree8ae34208ea3d1d572454ca7f26114dc82ce26ef7
parentb86161dd4518b0f1052609e7ea9db737cd041ee3 (diff)
downloadpx4-firmware-4d846b480c9118090fe60a887fb1eb0824b38f56.tar.gz
px4-firmware-4d846b480c9118090fe60a887fb1eb0824b38f56.tar.bz2
px4-firmware-4d846b480c9118090fe60a887fb1eb0824b38f56.zip
fix typo in makefile (resulted from previous merge)
-rw-r--r--src/systemcmds/tests/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemcmds/tests/module.mk b/src/systemcmds/tests/module.mk
index cccd1b8ec..c1f8074ea 100644
--- a/src/systemcmds/tests/module.mk
+++ b/src/systemcmds/tests/module.mk
@@ -25,9 +25,9 @@ SRCS = test_adc.c \
test_uart_send.c \
test_mixer.cpp \
test_dataman.c \
- tests_file.c \
+ test_file.c \
tests_main.c \
- tests_param.c \
+ test_param.c \
test_ppm_loopback.c
INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink