aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
diff options
context:
space:
mode:
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