From f2255a465e7e2791f2be7642c18312ee89b03c0b Mon Sep 17 00:00:00 2001 From: Dan White Date: Tue, 11 Sep 2012 14:47:28 -0500 Subject: [PATCH] Change devboard crystal to 12 MHz --- msp4th/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msp4th/main.c b/msp4th/main.c index df38ef0..c692a92 100644 --- a/msp4th/main.c +++ b/msp4th/main.c @@ -8,7 +8,7 @@ #include "msp4th.h" -#define DEVBOARD_CLOCK 25000000L +#define DEVBOARD_CLOCK 12000000L #define BAUDRATE 4800L -- 2.25.1