altos/cc1111: Fix serial 0 option 2 pins definitions
[fw/altos] / src / cc1111 / ao_serial.c
index 00c85ff3fa268e7b31caab8fa999a4f665c02cd5..d90103b0f09e6b64c585d62339990dc44651a4a4 100644 (file)
@@ -236,9 +236,9 @@ ao_serial_init(void)
                (P2SEL_PRI3P1_USART0 | P2SEL_PRI0P1_USART0);
 
        /* Make the USART pins be controlled by the USART */
-       P1SEL |= (1 << 2) | (1 << 3);
-#if HAS_SERIAL_0_HW_FLOW
        P1SEL |= (1 << 5) | (1 << 4);
+#if HAS_SERIAL_0_HW_FLOW
+       P1SEL |= (1 << 3) | (1 << 2);
 #endif
 #endif