mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
With the change from GetInstance to static functions, many functions don't call DriverStation::GetInstance(), so the DS thread wasn't getting started by default. Call InDisabled() to make sure this happens.