File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/drivers/hardware_specific Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ HardwareTimer* _initPinPWMLow(uint32_t PWM_freq, PinMap* timer)
87
87
}
88
88
HardwareTimer *HT = (HardwareTimer *)(HardwareTimer_Handle[index]->__this );
89
89
uint32_t channel = STM_PIN_CHANNEL (timer->function );
90
- SIMPLEFOC_DEBUG (" Configuring low timer " , (int )getTimerNumber (get_timer_index (HardwareTimer_Handle[index]->handle .Instance )));
91
- SIMPLEFOC_DEBUG (" Configuring low channel " , (int )channel);
90
+ // SIMPLEFOC_DEBUG("Configuring low timer ", (int)getTimerNumber(get_timer_index(HardwareTimer_Handle[index]->handle.Instance)));
91
+ // SIMPLEFOC_DEBUG("Configuring low channel ", (int)channel);
92
92
93
93
94
94
HT->pause ();
@@ -178,7 +178,7 @@ void _alignTimersNew() {
178
178
}
179
179
180
180
for (int i=0 ; i<numTimers; i++) {
181
- SIMPLEFOC_DEBUG (" Resuming timer " , getTimerNumber (get_timer_index (timers[i]->getHandle ()->Instance )));
181
+ // SIMPLEFOC_DEBUG("Resuming timer ", getTimerNumber(get_timer_index(timers[i]->getHandle()->Instance)));
182
182
timers[i]->resume ();
183
183
}
184
184
You can’t perform that action at this time.
0 commit comments