diff --git a/mpy-cross/main.c b/mpy-cross/main.c index 13bb17b13d..8a4dd5bcbe 100644 --- a/mpy-cross/main.c +++ b/mpy-cross/main.c @@ -344,7 +344,7 @@ int main(int argc, char **argv) { return main_(argc, argv); } -uint mp_import_stat(const char *path) { +mp_import_stat_t mp_import_stat(const char *path) { (void)path; return MP_IMPORT_STAT_NO_EXIST; }