We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c4a74 commit 565892aCopy full SHA for 565892a
targets/arm/mikroe/renesas/src/uart/implementation_1/hal_ll_uart.c
@@ -783,7 +783,7 @@ uint8_t hal_ll_uart_read( handle_t *handle ) {
783
hal_ll_uart_hw_specifics_map_local = hal_ll_get_specifics( hal_ll_uart_get_module_state_address );
784
hal_ll_uart_base_handle_t *hal_ll_hw_reg = ( hal_ll_uart_base_handle_t * )hal_ll_uart_hw_specifics_map_local->base;
785
786
- return hal_ll_hw_reg->rdr;;
+ return hal_ll_hw_reg->rdr;
787
}
788
789
uint8_t hal_ll_uart_read_polling( handle_t *handle ) {
0 commit comments