aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/test_file.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-15 17:20:08 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-15 17:20:36 +0100
commit84ad289e0ae8d2bd32cba5c22a27a35132b5c863 (patch)
tree5e2493bf34650de55c24af8c8738ce235157e00f /src/systemcmds/tests/test_file.c
parent778cbcb5cc28240aa1caeae4dd02c2a39567a0e1 (diff)
downloadpx4-firmware-84ad289e0ae8d2bd32cba5c22a27a35132b5c863.tar.gz
px4-firmware-84ad289e0ae8d2bd32cba5c22a27a35132b5c863.tar.bz2
px4-firmware-84ad289e0ae8d2bd32cba5c22a27a35132b5c863.zip
Improved test suite, now features a MTD device test
Diffstat (limited to 'src/systemcmds/tests/test_file.c')
-rw-r--r--src/systemcmds/tests/test_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/tests/test_file.c b/src/systemcmds/tests/test_file.c
index 83d09dd5e..96be1e8df 100644
--- a/src/systemcmds/tests/test_file.c
+++ b/src/systemcmds/tests/test_file.c
@@ -54,7 +54,7 @@
#include "tests.h"
-int check_user_abort(int fd);
+static int check_user_abort(int fd);
int check_user_abort(int fd) {
/* check if user wants to abort */