diff options
| author | Damien George | 2017-02-21 17:26:21 +1100 |
|---|---|---|
| committer | Damien George | 2017-02-21 17:26:21 +1100 |
| commit | 1c35270667dbdafa7a8e16a7b8546add07cc7e00 (patch) | |
| tree | db55f8d52c2a0c6b2a4b1e961ea082cc0804a05b /cc3200/fatfs | |
| parent | d9f7120af14508fa45cc911f4622914af567c81b (diff) | |
cc3200: Remove util/std.h, can just use stdio.h instead.
Diffstat (limited to 'cc3200/fatfs')
| -rw-r--r-- | cc3200/fatfs/src/drivers/sflash_diskio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/fatfs/src/drivers/sflash_diskio.c b/cc3200/fatfs/src/drivers/sflash_diskio.c index 1cfd41fb7..6a1fc4068 100644 --- a/cc3200/fatfs/src/drivers/sflash_diskio.c +++ b/cc3200/fatfs/src/drivers/sflash_diskio.c @@ -1,6 +1,6 @@ #include <stdint.h> #include <stdbool.h> -#include "std.h" +#include <stdio.h> #include "py/mpconfig.h" #include "py/obj.h" |
