We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0284255 commit 9f6cbd4Copy full SHA for 9f6cbd4
1 file changed
cores/xmc/Tone.cpp
@@ -55,11 +55,6 @@ class Tone {
55
XMC_CCU4_SLICE_StartTimer(pwm4->slice);
56
if(duration >0) {
57
configureTimerInterrupt(duration);
58
- // if(timer_interrupt_ccu4 == true)
59
- // {
60
- // XMC_CCU4_SLICE_StopTimer(pwm4->slice);
61
- // timer_interrupt_ccu4 = false;
62
- // }
63
}
64
65
#if defined(CCU8V2) || defined(CCU8V1)
@@ -74,12 +69,6 @@ class Tone {
74
69
// calculate pulses
75
70
76
71
77
78
79
- // XMC_CCU8_SLICE_StopTimer(pwm8->slice);
80
81
-
82
83
72
84
73
85
#endif
0 commit comments