scheduler works now, pwm timer starts, just the crystal is missing on the board

This commit is contained in:
Wolfgang Hottgenroth 2016-10-17 12:53:30 +02:00
parent 8bab83d75c
commit c1df5ac8d8

View File

@ -71,11 +71,6 @@ void inverterCtrlInit() {
// smclk out
P1DIR |= BIT4;
P1SEL |= BIT4;
TA1CTL = MC_1 | ID_0 | TASSEL_2 | TACLR;
TA1CCTL0 = CCIE | OUTMOD_4;
TA1CCR0 = 0;
}