aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2013-12-23 18:16:28 +0400
committerAnton Babushkin <anton.babushkin@me.com>2013-12-23 18:16:28 +0400
commit5a2da77758867914e3e8b55267df56a6f95913ed (patch)
tree1c016e8f708ab68a9c7762eae436645dcacedae0 /src/systemcmds/tests/tests.h
parentc9f785ff7f64960b79129e4e79fd0db4863192ae (diff)
parent1279b5fbf3838811a08845e41b1e1244fb85d026 (diff)
downloadpx4-firmware-5a2da77758867914e3e8b55267df56a6f95913ed.tar.gz
px4-firmware-5a2da77758867914e3e8b55267df56a6f95913ed.tar.bz2
px4-firmware-5a2da77758867914e3e8b55267df56a6f95913ed.zip
Merge branch 'master' into mathlib_new
Diffstat (limited to 'src/systemcmds/tests/tests.h')
-rw-r--r--src/systemcmds/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemcmds/tests/tests.h b/src/systemcmds/tests/tests.h
index e2105f8ee..6420d3798 100644
--- a/src/systemcmds/tests/tests.h
+++ b/src/systemcmds/tests/tests.h
@@ -108,6 +108,7 @@ extern int test_param(int argc, char *argv[]);
extern int test_bson(int argc, char *argv[]);
extern int test_file(int argc, char *argv[]);
extern int test_mixer(int argc, char *argv[]);
+extern int test_rc(int argc, char *argv[]);
extern int test_mathlib(int argc, char *argv[]);
__END_DECLS