Skip to content

Commit

Permalink
Added missing update of m_lastRunTime
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed May 23, 2024
1 parent 9e57ab0 commit b060a6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,8 @@ void JoypadControlServer::run()
{
profile();
}

m_lastRunTime = yarp::os::Time::now();
}

bool JoypadControlServer::startService()
Expand Down

0 comments on commit b060a6e

Please sign in to comment.