Skip to content

Commit

Permalink
commander: remove lying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 14, 2018
1 parent 9a90c7e commit 85151aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/commander/Commander.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 85151aa

Please sign in to comment.