We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5ac62 commit 8099328Copy full SHA for 8099328
libraries/SrcWrapper/src/HardwareTimer.cpp
@@ -521,7 +521,7 @@ uint32_t HardwareTimer::getOverflow(TimerFormat_t format)
521
void HardwareTimer::setOverflow(uint64_t overflow, TimerFormat_t format)
522
{
523
uint32_t ARR_RegisterValue;
524
- uint32_t PeriodTicks;
+ uint64_t PeriodTicks;
525
uint32_t Prescalerfactor;
526
uint32_t period_cyc;
527
// Remark: Hardware register correspond to period count-1. Example ARR register value 9 means period of 10 timer cycle
0 commit comments