Skip to content

Commit

Permalink
Fix more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed Sep 17, 2024
1 parent 2a2316a commit f615989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/MAX32655/Demo_2048/RISCV/src/controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ int Controller_Init(mxc_uart_regs_t *uart, uint32_t baud)
NVIC_DisableIRQ(MXC_UART_GET_IRQ((MXC_UART_GET_IDX(uart))));
NVIC_EnableIRQ(MXC_UART_GET_IRQ((MXC_UART_GET_IDX(uart))));

// Initialize UART to its highest speed.
// This will re-initialize the console UART since the controller
// and console share the same UART port.
error = MXC_UART_Init(uart, baud, MXC_UART_APB_CLK);
if (error != E_NO_ERROR) {
return error;
Expand Down

0 comments on commit f615989

Please sign in to comment.