py/repl: Change mp_uint_t to size_t in repl helpers.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#if MICROPY_HELPER_REPL
|
||||
bool mp_repl_continue_with_input(const char *input);
|
||||
mp_uint_t mp_repl_autocomplete(const char *str, mp_uint_t len, const mp_print_t *print, const char **compl_str);
|
||||
size_t mp_repl_autocomplete(const char *str, size_t len, const mp_print_t *print, const char **compl_str);
|
||||
#endif
|
||||
|
||||
#endif // __MICROPY_INCLUDED_PY_REPL_H__
|
||||
|
||||
Reference in New Issue
Block a user