micropython/qemu-arm/mphalport.h

3 wiersze
96 B
C

#define mp_hal_stdin_rx_chr() (0)
#define mp_hal_stdout_tx_strn_cooked(s, l) write(1, (s), (l))