mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
Added missing event type
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user