diff options
author | David Barksdale <amatus@amatus.name> | 2015-11-11 20:25:05 -0600 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-11-11 20:25:05 -0600 |
commit | 30dd80719e7a3a5b3e5c514fed8bc7b9ace2ec85 (patch) | |
tree | 37a50d5ff6f26a27588f306be4e5825f6880ee35 | |
parent | d0e1d92580ec147a82e705207f8866cd64c26675 (diff) |
Fix comment
-rwxr-xr-x | laser-tag software/main.c | 2 |
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); |