Skip to content

Commit fef42eb

Browse files
committed
broadcom/mphalport.h: fix declaration
1 parent a6a308c commit fef42eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/broadcom/mphalport.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void mp_hal_delay_us(mp_uint_t us);
1919

2020
void mp_hal_set_interrupt_char(int c);
2121
int mp_hal_stdin_rx_chr(void);
22-
void mp_hal_stdout_tx_strn(const char *str, size_t len);
22+
mp_uint_t mp_hal_stdout_tx_strn(const char *str, size_t len);
2323

2424
#ifdef MICROPY_HW_USBHOST
2525
#include "usbkbd.h"

0 commit comments

Comments
 (0)