mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Merge pull request #170 from RongHQ/master
Fix a syntax error in cpu/cc253x/dev/uart0.c
This commit is contained in:
commit
f5a1ffa90d
@ -27,7 +27,7 @@ uart0_init()
|
||||
#endif
|
||||
|
||||
#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
|
||||
P1SEL |= 0x3C; /* peripheral select for TX and RX, RTS, CTS */
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user