Fix a syntax error in /cpu/cc253x/dev/uart0.c
This commit is contained in:
parent
e1cac43f65
commit
12b3d02ba1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ uart0_init()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef UART0_ALTERNATIVE_2
|
#ifdef UART0_ALTERNATIVE_2
|
||||||
PERCFG |= PERCFG_U0CFG; / *alternative port 2 = P1.5-2 */
|
PERCFG |= PERCFG_U0CFG; /* alternative port 2 = P1.5-2 */
|
||||||
#ifdef UART0_RTSCTS
|
#ifdef UART0_RTSCTS
|
||||||
P1SEL |= 0x3C; /* peripheral select for TX and RX, RTS, CTS */
|
P1SEL |= 0x3C; /* peripheral select for TX and RX, RTS, CTS */
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue