From 9253d5809c8906eab2f2c20cb4dc440c7e645eff Mon Sep 17 00:00:00 2001 From: wn Date: Thu, 5 Jun 2014 18:57:09 +0200 Subject: [PATCH] changes --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index bdeb450..7e346c8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,9 +42,9 @@ int main() { P1DIR |= BIT6 | BIT0; P1OUT = 0; - TACCR0 = 49999; + TACCR0 = 1000; TACCTL0 = CCIE; - TACTL = MC_1 | ID_3 | TASSEL_2 | TACLR; + TACTL = MC_1 | ID_0 | TASSEL_1 | TACLR; __enable_interrupt(); while (1) {