Skip to content

Commit 565892a

Browse files
authored
Update targets/arm/mikroe/renesas/src/uart/implementation_1/hal_ll_uart.c
1 parent 91c4a74 commit 565892a

File tree

1 file changed

+1
-1
lines changed
  • targets/arm/mikroe/renesas/src/uart/implementation_1

1 file changed

+1
-1
lines changed

targets/arm/mikroe/renesas/src/uart/implementation_1/hal_ll_uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ uint8_t hal_ll_uart_read( handle_t *handle ) {
783783
hal_ll_uart_hw_specifics_map_local = hal_ll_get_specifics( hal_ll_uart_get_module_state_address );
784784
hal_ll_uart_base_handle_t *hal_ll_hw_reg = ( hal_ll_uart_base_handle_t * )hal_ll_uart_hw_specifics_map_local->base;
785785

786-
return hal_ll_hw_reg->rdr;;
786+
return hal_ll_hw_reg->rdr;
787787
}
788788

789789
uint8_t hal_ll_uart_read_polling( handle_t *handle ) {

0 commit comments

Comments
 (0)