mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Uses new FPGA calls to get 64 bit FPGA time and 64 bit PWM cycle start time. (#687)
This commit is contained in:
committed by
Peter Johnson
parent
4ab095e9c9
commit
f34332643a
@@ -341,4 +341,11 @@ void HAL_SetPWMPeriodScale(HAL_DigitalHandle pwmPortHandle, int32_t squelchMask,
|
||||
* @return The loop time
|
||||
*/
|
||||
int32_t HAL_GetLoopTiming(int32_t* status) { return kExpectedLoopTiming; }
|
||||
|
||||
/**
|
||||
* Get the pwm starting cycle time
|
||||
*
|
||||
* @return The pwm cycle start time.
|
||||
*/
|
||||
uint64_t HAL_GetCycleStartTime(int32_t* status) { return 0; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user