mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[artf3749] Repaired undefined behavior in takeMultiWait.
Change-Id: Ieae7d602472f585db2a896cc76355a5c23d1d670
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
namespace wpilib { namespace internal {
|
||||
extern double simTime;
|
||||
extern MULTIWAIT_ID time_wait;
|
||||
extern MUTEX_ID time_wait_mutex;
|
||||
// transport::SubscriberPtr time_sub;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user