Skip to content

Commit

Permalink
fix write lock not unlocking
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBeChill committed Oct 12, 2023
1 parent a93209e commit eaa2e98
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 211 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/WriteLock.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ public void unlock() {
*/
public void unlock(T obj) {
this.obj = obj;
locked = false;
}
}
Loading

0 comments on commit eaa2e98

Please sign in to comment.