From 0e04d3e9a9234c3fe2ab24b811d7b693c5a9e352 Mon Sep 17 00:00:00 2001 From: Julian Oes <julian@oes.ch> Date: Tue, 13 Nov 2018 15:08:22 +0100 Subject: [PATCH] commander: remove lying comment --- src/modules/commander/Commander.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/commander/Commander.cpp b/src/modules/commander/Commander.cpp index 9716a8678b..e4390e879a 100644 --- a/src/modules/commander/Commander.cpp +++ b/src/modules/commander/Commander.cpp @@ -3537,7 +3537,6 @@ void *commander_low_prio_loop(void *arg) /* wakeup source(s) */ px4_pollfd_struct_t fds[1]; - /* use the gyro to pace output - XXX BROKEN if we are using the L3GD20 */ fds[0].fd = cmd_sub; fds[0].events = POLLIN; -- GitLab