diff options
| author | Paul Sokolovsky | 2016-02-15 00:16:46 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-02-15 00:16:46 +0200 |
| commit | 6b0c88256b03de63280eb7b704f5b6aaa5e9cc46 (patch) | |
| tree | 93ef978091acb342b01ebafee83fbf1077525b94 /stmhal/builtin_open.c | |
| parent | 8cb78e0e5356134e9313e745667297d6b9dc46ed (diff) | |
extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.
Diffstat (limited to 'stmhal/builtin_open.c')
| -rw-r--r-- | stmhal/builtin_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/builtin_open.c b/stmhal/builtin_open.c index c7e183f91..697eec8ea 100644 --- a/stmhal/builtin_open.c +++ b/stmhal/builtin_open.c @@ -25,6 +25,6 @@ */ #include "py/runtime.h" -#include "file.h" +#include "extmod/vfs_fat_file.h" MP_DEFINE_CONST_FUN_OBJ_KW(mp_builtin_open_obj, 1, fatfs_builtin_open); |
