mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Clang 21 catches returning `0` from `GetOpMode` as returning `null`. Since this state is very momentary and all comparisons inside WPILib are done against `GetOpModeId` instead, I changed it to return an empty string.