Merge pull request #7855 from flom84/gcc-13-mpy-cross-build-fix
GCC 13 mpy-cross build fix
This commit is contained in:
commit
0aea45516b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user