mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Removes workarounds for issues in image 10 (#816)
This commit is contained in:
committed by
Peter Johnson
parent
5078f6c92a
commit
4e3af0756d
@@ -219,8 +219,6 @@ uint64_t HAL_GetFPGATime(int32_t* status) {
|
||||
*status = NiFpga_Status_ResourceNotInitialized;
|
||||
return 0;
|
||||
}
|
||||
// Because of a bug in FPGA image 10, just return the lower 32 bits of time.
|
||||
return global->readLocalTime(status);
|
||||
|
||||
uint64_t upper1 = global->readLocalTimeUpper(status);
|
||||
uint32_t lower = global->readLocalTime(status);
|
||||
|
||||
Reference in New Issue
Block a user