aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/test_rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/tests/test_rc.c')
-rw-r--r--src/systemcmds/tests/test_rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/tests/test_rc.c b/src/systemcmds/tests/test_rc.c
index 6a602ecfc..57c0e7f4c 100644
--- a/src/systemcmds/tests/test_rc.c
+++ b/src/systemcmds/tests/test_rc.c
@@ -121,7 +121,7 @@ int test_rc(int argc, char *argv[])
return ERROR;
}
- if (hrt_absolute_time() - rc_input.timestamp > 100000) {
+ if (hrt_absolute_time() - rc_input.timestamp_last_signal > 100000) {
warnx("TIMEOUT, less than 10 Hz updates");
(void)close(_rc_sub);
return ERROR;