mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add Low Fidelity NetworkTables simulation extension (#823)
This commit is contained in:
@@ -261,7 +261,7 @@ void HALSIM_SetRelayReverse(int32_t index, HAL_Bool reverse) {
|
||||
SimRelayData[index].SetReverse(reverse);
|
||||
}
|
||||
|
||||
void HALSIM_RegisterRelayAllCallcbaks(int32_t index,
|
||||
void HALSIM_RegisterRelayAllCallbacks(int32_t index,
|
||||
HAL_NotifyCallback callback, void* param,
|
||||
HAL_Bool initialNotify) {
|
||||
SimRelayData[index].RegisterInitializedForwardCallback(callback, param,
|
||||
|
||||
Reference in New Issue
Block a user