Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Sep 4, 2024
1 parent b453ed4 commit f8584cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/UART/uart_me18.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int MXC_UART_Init(mxc_uart_regs_t *uart, unsigned int baud, mxc_uart_clock_t clo
if (retval) {
return retval;
}
}
}

switch (MXC_UART_GET_IDX(uart)) {
case 0:
Expand Down

0 comments on commit f8584cd

Please sign in to comment.