diff options
| author | Damien George | 2017-01-27 23:14:11 +1100 |
|---|---|---|
| committer | Damien George | 2017-01-27 23:22:15 +1100 |
| commit | bfa948c0a50c8f543c9b0751eb42cffac09656ec (patch) | |
| tree | 5fab4cf456a42e5b6c011f99b4f4d81915d066a5 /cc3200/application.mk | |
| parent | 84c614e7290804e8b8d7ebff03ca35a4a4c5fcf1 (diff) | |
cc3200: Add implementations of mp_import_stat and builtin_open.
They disappeared when stmhal changed to use new MICROPY_VFS code.
Diffstat (limited to 'cc3200/application.mk')
| -rw-r--r-- | cc3200/application.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk index b4d659fa1..a4d496649 100644 --- a/cc3200/application.mk +++ b/cc3200/application.mk @@ -157,8 +157,6 @@ APP_LIB_SRC_C = $(addprefix lib/,\ APP_STM_SRC_C = $(addprefix stmhal/,\ bufhelper.c \ - builtin_open.c \ - import.c \ input.c \ irq.c \ pybstdio.c \ |
