mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Keep Notifier firing after FPGA rollover (fixes artf3582), simulation may still have an issue with counter rollover
Change-Id: I11d86bd65c1e0db123d93aa143b8c8c3b823737a
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
#include "Utility.h"
|
||||
#include <iostream>
|
||||
|
||||
// The time, in seconds, at which the 32-bit FPGA timestamp rolls over to 0
|
||||
static const double kRolloverTime = (1ll << 32) / 1e6;
|
||||
|
||||
/**
|
||||
* Pause the task for a specified time.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user