diff options
| author | Damien George | 2015-02-21 18:58:43 +0000 |
|---|---|---|
| committer | Damien George | 2015-02-21 18:58:43 +0000 |
| commit | 4a23a01945fa59051fd99fe3be78d836326cbada (patch) | |
| tree | 9da3acf7782b191013fc9ac707047daab054fa5a /cc3200/fatfs/src/diskio.c | |
| parent | eff359e114bc41ea1278f01a18ab50ac896f8cf0 (diff) | |
cc3200: Add explicit py/ path-prefix for py includes.
This is how it should be, so one knows exactly where the includes are
coming from.
Diffstat (limited to 'cc3200/fatfs/src/diskio.c')
| -rw-r--r-- | cc3200/fatfs/src/diskio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/fatfs/src/diskio.c b/cc3200/fatfs/src/diskio.c index 83041d646..8a6b5704d 100644 --- a/cc3200/fatfs/src/diskio.c +++ b/cc3200/fatfs/src/diskio.c @@ -9,7 +9,7 @@ #include <stdint.h> #include <stdbool.h> -#include "mpconfig.h" +#include "py/mpconfig.h" #include "diskio.h" /* FatFs lower layer API */ #include "sflash_diskio.h" /* Serial flash disk IO API */ #if MICROPY_HW_HAS_SDCARD |
