Skip to content

Commit d0d9a71

Browse files
lpc4322_hic: Fix typo in function return type.
1 parent 5dd2300 commit d0d9a71

File tree

1 file changed

+1
-1
lines changed
  • source/hic_hal/nxp/lpc4322

1 file changed

+1
-1
lines changed

source/hic_hal/nxp/lpc4322/uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ void uart_set_control_line_state(uint16_t ctrl_bmp)
261261
{
262262
}
263263

264-
OAint32_t uart_write_free(void)
264+
int32_t uart_write_free(void)
265265
{
266266
return circ_buf_count_free(&write_buffer);
267267
}

0 commit comments

Comments
 (0)