Skip to content

Commit

Permalink
Actually start monitor thread
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Dec 28, 2023
1 parent 5d2f3db commit 2a90466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/YarpPlugins/Jr3Mbed/DeviceDriverImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ bool Jr3Mbed::open(yarp::os::Searchable & config)
return false;
}

return true;
return monitorThread->start();
}

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit 2a90466

Please sign in to comment.