aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-01 18:23:35 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-01 18:23:35 +0100
commitb0f2796aeb1ea05702220bd6fe334b346966cec4 (patch)
treee52867e8e04ea9d01e7fa12dc99ae681cc1a4084 /src/systemcmds/tests/tests.h
parent5d56a1c6a9a259ce9ff669192e54c88631e0effe (diff)
downloadpx4-firmware-b0f2796aeb1ea05702220bd6fe334b346966cec4.tar.gz
px4-firmware-b0f2796aeb1ea05702220bd6fe334b346966cec4.tar.bz2
px4-firmware-b0f2796aeb1ea05702220bd6fe334b346966cec4.zip
Remove MTD test
Diffstat (limited to 'src/systemcmds/tests/tests.h')
-rw-r--r--src/systemcmds/tests/tests.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemcmds/tests/tests.h b/src/systemcmds/tests/tests.h
index ad55e1410..69fb0e57b 100644
--- a/src/systemcmds/tests/tests.h
+++ b/src/systemcmds/tests/tests.h
@@ -1,6 +1,6 @@
/****************************************************************************
*
- * Copyright (c) 2012-2014 PX4 Development Team. All rights reserved.
+ * Copyright (c) 2012-2015 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -112,7 +112,6 @@ extern int test_mixer(int argc, char *argv[]);
extern int test_rc(int argc, char *argv[]);
extern int test_conv(int argc, char *argv[]);
extern int test_mount(int argc, char *argv[]);
-extern int test_mtd(int argc, char *argv[]);
extern int test_mathlib(int argc, char *argv[]);
__END_DECLS