debug code removed

This commit is contained in:
hg
2016-08-31 16:54:21 +02:00
parent bad3a4308f
commit 0b6ab872de
2 changed files with 6 additions and 6 deletions

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;