summaryrefslogtreecommitdiff
path: root/ports/zephyr/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zephyr/main.c')
-rw-r--r--ports/zephyr/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/main.c b/ports/zephyr/main.c
index a2dfb1660..36bc628bb 100644
--- a/ports/zephyr/main.c
+++ b/ports/zephyr/main.c
@@ -189,7 +189,7 @@ void gc_collect(void) {
}
#if !MICROPY_READER_VFS
-mp_lexer_t *mp_lexer_new_from_file(const char *filename) {
+mp_lexer_t *mp_lexer_new_from_file(qstr filename) {
mp_raise_OSError(ENOENT);
}
#endif