Merge pull request #7855 from flom84/gcc-13-mpy-cross-build-fix

GCC 13 mpy-cross build fix
This commit is contained in:
Jeff Epler 2023-04-12 07:19:52 -06:00 committed by GitHub
commit 0aea45516b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,7 +310,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;
}