mirror of
https://github.com/G42makes/mp-s7.git
synced 2024-11-12 05:05:38 +00:00
8 lines
174 B
C++
8 lines
174 B
C++
extern "C" {
|
|
#include <unistd.h>
|
|
#include "py/mpconfig.h"
|
|
}
|
|
|
|
extern "C" int mp_hal_stdin_rx_chr(void);
|
|
extern "C" void mp_hal_stdout_tx_strn(const char *str, mp_uint_t len);
|