aboutsummaryrefslogtreecommitdiffstats
path: root/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board.c')
-rwxr-xr-x[-rw-r--r--]board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board.c b/board.c
index 27af0da..769d1db 100644..100755
--- a/board.c
+++ b/board.c
@@ -25,6 +25,10 @@ static void boardInitPins(void);
void boardInit(void)
{
+ // Slow down needed for LCD
+ BCSCTL1 = CALBC1_1MHZ;
+ DCOCTL = CALDCO_1MHZ;
+
boardInitWatchdog();
boardInitPins();
}