forked from Archive/PX4-Autopilot
Removed misleading comment
This commit is contained in:
parent
8501158427
commit
4edc432f39
|
@ -245,7 +245,6 @@ int UavcanNode::run()
|
||||||
_groups_subscribed = _groups_required;
|
_groups_subscribed = _groups_required;
|
||||||
/*
|
/*
|
||||||
* This event is needed to wake up the thread on CAN bus activity (RX/TX/Error).
|
* This event is needed to wake up the thread on CAN bus activity (RX/TX/Error).
|
||||||
* Actual event type (POLLIN/POLLOUT/...) doesn't matter here.
|
|
||||||
* Please note that with such multiplexing it is no longer possible to rely only on
|
* Please note that with such multiplexing it is no longer possible to rely only on
|
||||||
* the value returned from poll() to detect whether actuator control has timed out or not.
|
* the value returned from poll() to detect whether actuator control has timed out or not.
|
||||||
* Instead, all ORB events need to be checked individually (see below).
|
* Instead, all ORB events need to be checked individually (see below).
|
||||||
|
|
Loading…
Reference in New Issue