openmv/include/MicroPython/repl.h
2014-04-10 16:56:27 +02:00

4 lines
92 B
C

#if MICROPY_ENABLE_REPL_HELPERS
bool mp_repl_continue_with_input(const char *input);
#endif