mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
In case of Spontaneous wake ups, we should be checking a condition variable as well. Note that we can not use the existing m_newControlData, as that has a possible race condition with existing user code that it does not look like we could work around.