switch the modules implementing the block structure to px4_poll such that in posix_sitl simulation the poll works as expected, blocks the module and doesn't overload the CPU

This commit is contained in:
MaEtUgR
2016-03-09 09:38:32 +01:00
parent 613ec40d86
commit 4f29c7c4db
4 changed files with 6 additions and 4 deletions
@@ -221,7 +221,7 @@ void BlockLocalPositionEstimator::update()
{
// wait for a sensor update, check for exit condition every 100 ms
int ret = poll(_polls, 3, 100);
int ret = px4_poll(_polls, 3, 100);
if (ret < 0) {
/* poll error, count it in perf */