diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-11-16 16:25:06 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-11-16 18:13:51 +1100 |
| commit | e5ef15a9d7bead2a60009caedbc128a8906c7ecd (patch) | |
| tree | 6228f2f42be931bbb7d88f353d9c673be251afd8 /cc3200 | |
| parent | 511c083811ca538753dfccc7c908048b2c23bea4 (diff) | |
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
If a port defines MICROPY_READER_POSIX or MICROPY_READER_FATFS then
lexer.c now provides an implementation of mp_lexer_new_from_file using
the mp_reader_new_file function.
Diffstat (limited to 'cc3200')
| -rw-r--r-- | cc3200/application.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk index 300262c97..3ebc4b0d3 100644 --- a/cc3200/application.mk +++ b/cc3200/application.mk @@ -162,7 +162,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\ import.c \ input.c \ irq.c \ - lexerfatfs.c \ moduselect.c \ pybstdio.c \ ) |
