disable timer debugging

This commit is contained in:
hg
2016-09-05 15:04:01 +02:00
parent 932f82ef64
commit f1f22ae795

View File

@ -19,13 +19,13 @@ ISR(TIMER0_A0, TA0_ISR) {
timestamp++; timestamp++;
schUpdate(); schUpdate();
//P1OUT ^= BIT0; // P1OUT ^= BIT0;
} }
void timeInit() { void timeInit() {
timestamp = 0; timestamp = 0;
//P1DIR |= BIT0; // P1DIR |= BIT0;
TACCR0 = 32; TACCR0 = 32;
TACCTL0 = CCIE; TACCTL0 = CCIE;