Skip to content

Commit

Permalink
unlock mutex after successful operation
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jan 18, 2024
1 parent 46a8130 commit d4b3f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/src/tascarmod_linearmovement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void locmod_t::update(uint32_t tp_frame, bool)
r *= tptime;
r += p0;
set_location(r);
mtx.unlock();
}
}

Expand Down

0 comments on commit d4b3f0b

Please sign in to comment.