summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/lexerfatfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/lexerfatfs.c')
-rw-r--r--teensy/lexerfatfs.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/teensy/lexerfatfs.c b/teensy/lexerfatfs.c
index 95084b6501..84245f8878 100644
--- a/teensy/lexerfatfs.c
+++ b/teensy/lexerfatfs.c
@@ -6,19 +6,10 @@
#include "qstr.h"
#include "lexer.h"
typedef int FIL;
-#include "../stm/lexerfatfs.h"
+#include "../stmhal/lexerfatfs.h"
mp_lexer_t *mp_lexer_new_from_file(const char *filename) {
printf("import not implemented\n");
return NULL;
}
-mp_lexer_t *mp_import_open_file(qstr mod_name) {
- printf("import not implemented\n");
- return NULL;
-}
-
-mp_import_stat_t mp_import_stat(const char *path) {
- // TODO implement me!
- return MP_IMPORT_STAT_NO_EXIST;
-}