mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Expose CAN timestamp base clock (#5357)
This commit is contained in:
@@ -131,3 +131,7 @@ bool CAN::ReadPacketTimeout(int apiId, int timeoutMs, CANData* data) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
uint64_t CAN::GetTimestampBaseTime() {
|
||||
return HAL_GetCANPacketBaseTime();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user