mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +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.