summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 19f2091..4a299e9 100644
--- a/main.c
+++ b/main.c
@@ -118,7 +118,7 @@ static void SerialInit(void)
// Configure port for UART access
// Pin 25 as UCA0TXD
// Pin 26 as UCA0RXD
- P3SEL |= 0x30;
+ P3SEL |= MSP_BSL_TXD | MSP_BSL_RXD;
UCA0CTL1_bit.UCSWRST = 0;
}