We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ae389a + 24be380 commit 97a3978Copy full SHA for 97a3978
src/drivers/hardware_specific/stm32/stm32_mcu.cpp
@@ -382,7 +382,7 @@ void _alignTimersNew() {
382
// enable timer clock
383
for (int i=0; i<numTimers; i++) {
384
timers[i]->pause();
385
- timers[i]->refresh();
+ //timers[i]->refresh();
386
#ifdef SIMPLEFOC_STM32_DEBUG
387
SIMPLEFOC_DEBUG("STM32-DRV: Restarting timer ", getTimerNumber(get_timer_index(timers[i]->getHandle()->Instance)));
388
#endif
0 commit comments