aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/main.c')
-rwxr-xr-xlaser-tag software/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/laser-tag software/main.c b/laser-tag software/main.c
index fec20cf..2121e14 100755
--- a/laser-tag software/main.c
+++ b/laser-tag software/main.c
@@ -320,7 +320,7 @@ int main (void)
/* Start LPTMR */
LPTMR_DRV_Start(LPTMR0_IDX);
- /* Setup LPUART0 */
+ /* Setup LPUART1 */
LPUART_DRV_Init(1, &g_lpuartState, &g_lpuartConfig);
LPUART_DRV_InstallRxCallback(1, lpuartRxCallback, rxBuff, NULL, true);
PORT_HAL_SetMuxMode(g_portBase[GPIOE_IDX], 1, kPortMuxAlt3);