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/Makefile | |
| parent | 8cb78e0e5356134e9313e745667297d6b9dc46ed (diff) | |
extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index cd565a6f4..884a40fda 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -153,7 +153,6 @@ SRC_C = \ rtc.c \ flash.c \ storage.c \ - file.c \ builtin_open.c \ sdcard.c \ fatfs_port.c \ |
