diff --git a/src/modules/commander/Commander.cpp b/src/modules/commander/Commander.cpp index af25d307ddf5..d1a3d5cd3d0d 100644 --- a/src/modules/commander/Commander.cpp +++ b/src/modules/commander/Commander.cpp @@ -3463,7 +3463,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;