mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Cache sim TCP data to update during HAL_RefreshDSData (#7360)
This commit is contained in:
@@ -131,6 +131,8 @@ TEST(DriverStationTest, EventInfo) {
|
||||
info.replayNumber = 42;
|
||||
HALSIM_SetMatchInfo(&info);
|
||||
|
||||
HAL_RefreshDSData();
|
||||
|
||||
HAL_MatchInfo dataBack;
|
||||
HAL_GetMatchInfo(&dataBack);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user