mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Previously could cause a race condition. Also moves wait to the top of the loop in order to avoid having an initial loop be ran before data can be check. Sim is handled in #232, except that needs to be updated as well to move the wait to the top of the loop.