forked from Archive/PX4-Autopilot
Added missing event type
This commit is contained in:
parent
98791bc674
commit
1a70b2f4ed
|
@ -532,6 +532,7 @@ uorb_receive_thread(void *arg)
|
|||
struct pollfd fds[n_listeners];
|
||||
for (unsigned i = 0; i < n_listeners; i++) {
|
||||
fds[i].fd = *listeners[i].subp;
|
||||
fds[i].events = POLLIN;
|
||||
|
||||
/* Invoke callback to set initial state */
|
||||
//listeners[i].callback(&listener[i]);
|
||||
|
|
Loading…
Reference in New Issue