From 9cb203b246a1ec1e5c4f09ec4a90212d4e5e9e9b Mon Sep 17 00:00:00 2001 From: hg Date: Thu, 5 Jun 2014 21:32:13 +0200 Subject: [PATCH] changes --- src/main.cpp | 2 +- src/time.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8153d51..459c719 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ int main() { uartWrite('W'); while (1) { - __bis_status_register(LPM0_bits); +// __bis_status_register(LPM0_bits); } } diff --git a/src/time.cpp b/src/time.cpp index 1bfb89e..c77bea8 100644 --- a/src/time.cpp +++ b/src/time.cpp @@ -38,7 +38,7 @@ void timeInit() { P1DIR |= BIT6 | BIT0; P1OUT = 0; - TACCR0 = 1000; + TACCR0 = 32; TACCTL0 = CCIE; TACTL = MC_1 | ID_0 | TASSEL_1 | TACLR; }