px4_poll posix: fix wrap-around for large timeouts
timeout is an int, so it wraps when the poll timeout is >2147ms. This happened in logger, resulting in poll never returning.
Please register or sign in to comment
timeout is an int, so it wraps when the poll timeout is >2147ms. This happened in logger, resulting in poll never returning.