mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
m_u wasn't being initialized, so if user called update() before setInputs() the program would crash with an NPE.
m_u wasn't being initialized, so if user called update() before setInputs() the program would crash with an NPE.