Skip to content

Commit 0aea455

Browse files
authored
Merge pull request #7855 from flom84/gcc-13-mpy-cross-build-fix
GCC 13 mpy-cross build fix
2 parents dbfe1e7 + 3ca0131 commit 0aea455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpy-cross/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ int main(int argc, char **argv) {
310310
return main_(argc, argv);
311311
}
312312

313-
uint mp_import_stat(const char *path) {
313+
mp_import_stat_t mp_import_stat(const char *path) {
314314
(void)path;
315315
return MP_IMPORT_STAT_NO_EXIST;
316316
}

0 commit comments

Comments
 (0)