mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Some instances of StopMotor (most notably DifferentialDrive) call Feed(), which deadlocks due to Check() holding the same lock. Fixes #1525.