mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Updates the HAL to use the most recent control data [artf2557]
Change-Id: I4fa8713aa6fd290c4f025db2dce305a538efd564
This commit is contained in:
@@ -158,7 +158,7 @@ int HALGetDynamicControlData(uint8_t type, char *dynamicData, int32_t maxLength,
|
||||
|
||||
int HALGetCommonControlData(HALCommonControlData *data, int wait_ms)
|
||||
{
|
||||
return getCommonControlData((FRCCommonControlData*) data, wait_ms);
|
||||
return getRecentCommonControlData((FRCCommonControlData*) data, wait_ms);
|
||||
}
|
||||
|
||||
void HALSetNewDataSem(pthread_mutex_t * param)
|
||||
|
||||
Reference in New Issue
Block a user