mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[hal] Explicitly wait for mrccomm server to be ready (#8490)
Avoids a race if robot ready happens before mrccomm is fully booted
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
(ROBOT_CONTROL_DATA_PREFIX "JoystickDescriptors")
|
||||
#define ROBOT_HAS_SET_WALL_CLOCK_PATH \
|
||||
(ROBOT_CONTROL_DATA_PREFIX "HasSetWallClock")
|
||||
#define ROBOT_SERVER_READY_PATH (ROBOT_CONTROL_DATA_PREFIX "ServerReady")
|
||||
|
||||
#define ROBOT_STATUS_DATA_PREFIX "/Netcomm/Status/"
|
||||
#define ROBOT_HAS_USER_CODE_PATH (ROBOT_STATUS_DATA_PREFIX "HasUserCode")
|
||||
|
||||
Reference in New Issue
Block a user