mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51: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.