unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused.

And requires uintptr_t to declare the default version in py/mphal.h.
pull/1/head
Damien George 2019-10-18 15:41:36 +11:00
parent 7a24b7f091
commit 4847460232
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
void mp_hal_set_interrupt_char(char c);
#define mp_hal_stdio_poll unused // this is not implemented, nor needed
void mp_hal_stdio_mode_raw(void);
void mp_hal_stdio_mode_orig(void);