diff options
| author | Damien George | 2015-04-18 14:29:28 +0100 |
|---|---|---|
| committer | Damien George | 2015-04-18 14:29:28 +0100 |
| commit | 259eaab9a9de1b01ac45803fe4f0e58b90f99d84 (patch) | |
| tree | 71f1861922251d0e5ea264bf17d146a94457f67c /cc3200/fatfs/src | |
| parent | 2764a8ee8d507ee31c1ceab213fcfcbd1bbb37a6 (diff) | |
cc3200: Clean up and reduce use/include of std.h.
Diffstat (limited to 'cc3200/fatfs/src')
| -rw-r--r-- | cc3200/fatfs/src/ffconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/fatfs/src/ffconf.c b/cc3200/fatfs/src/ffconf.c index 3206a85bf..120fb8328 100644 --- a/cc3200/fatfs/src/ffconf.c +++ b/cc3200/fatfs/src/ffconf.c @@ -25,7 +25,6 @@ */ #include <string.h> -#include <std.h> #include "py/mpconfig.h" #include "py/misc.h" |
