disable timer debugging

This commit is contained in:
Wolfgang Hottgenroth
2016-09-05 15:04:01 +02:00
parent b193631ad7
commit 98845f4f29

View File

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