Skip to content

Commit 7200795

Browse files
authored
Update targets/arm/mikroe/renesas/include/uart/hal_ll_uart.h
1 parent e1dbfdc commit 7200795

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

targets/arm/mikroe/renesas/include/uart/hal_ll_uart.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ typedef struct
146146
* Returns one of pre-defined values.
147147
* Take into consideration that this is hardware specific.
148148
*/
149-
hal_ll_err_t hal_ll_uart_register_handle( hal_ll_pin_name_t tx_pin, hal_ll_pin_name_t rx_pin, hal_ll_uart_handle_register_t *handle_map, uint8_t *hal_module_id );
149+
hal_ll_err_t hal_ll_uart_register_handle( hal_ll_pin_name_t tx_pin,
150+
hal_ll_pin_name_t rx_pin,
151+
hal_ll_uart_handle_register_t *handle_map,
152+
uint8_t *hal_module_id );
150153

151154
/**
152155
* @brief Configures specified module.

0 commit comments

Comments
 (0)