Skip to content

Commit 9f6cbd4

Browse files
dineshgit411LinjingZhang
authored andcommitted
cores/xmc: Removed comments.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 0284255 commit 9f6cbd4

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

cores/xmc/Tone.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ class Tone {
5555
XMC_CCU4_SLICE_StartTimer(pwm4->slice);
5656
if(duration >0) {
5757
configureTimerInterrupt(duration);
58-
// if(timer_interrupt_ccu4 == true)
59-
// {
60-
// XMC_CCU4_SLICE_StopTimer(pwm4->slice);
61-
// timer_interrupt_ccu4 = false;
62-
// }
6358
}
6459
}
6560
#if defined(CCU8V2) || defined(CCU8V1)
@@ -74,12 +69,6 @@ class Tone {
7469
// calculate pulses
7570
if(duration >0) {
7671
configureTimerInterrupt(duration);
77-
// if(timer_interrupt_ccu4 == true)
78-
// {
79-
// XMC_CCU8_SLICE_StopTimer(pwm8->slice);
80-
// timer_interrupt_ccu4 = false;
81-
82-
// }
8372
}
8473
}
8574
#endif

0 commit comments

Comments
 (0)