We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a308c commit fef42ebCopy full SHA for fef42eb
ports/broadcom/mphalport.h
@@ -19,7 +19,7 @@ void mp_hal_delay_us(mp_uint_t us);
19
20
void mp_hal_set_interrupt_char(int c);
21
int mp_hal_stdin_rx_chr(void);
22
-void mp_hal_stdout_tx_strn(const char *str, size_t len);
+mp_uint_t mp_hal_stdout_tx_strn(const char *str, size_t len);
23
24
#ifdef MICROPY_HW_USBHOST
25
#include "usbkbd.h"
0 commit comments