diff options
Diffstat (limited to 'boards/GENERIC_SPC563/board.c')
-rw-r--r-- | boards/GENERIC_SPC563/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/GENERIC_SPC563/board.c b/boards/GENERIC_SPC563/board.c index 254d72dcc..63e882851 100644 --- a/boards/GENERIC_SPC563/board.c +++ b/boards/GENERIC_SPC563/board.c @@ -49,6 +49,7 @@ void hwinit1(void) { SIU.PCR[GPIO_BUTTON3].R = 0x0100; /* IBE. */
SIU.PCR[GPIO_BUTTON4].R = 0x0100; /* IBE. */
SIU.PCR[GPIO_SCI_A_TX].R = 0x0500; /* Primary | IBE. */
+ SIU.PCR[GPIO_SCI_A_RX].R = 0x0500; /* Primary | IBE. */
/*
* HAL initialization.
|