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/ftp | |
| 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/ftp')
| -rw-r--r-- | cc3200/ftp/ftp.c | 7 | ||||
| -rw-r--r-- | cc3200/ftp/updater.c | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/cc3200/ftp/ftp.c b/cc3200/ftp/ftp.c index 79bf08c2e..f43818fe1 100644 --- a/cc3200/ftp/ftp.c +++ b/cc3200/ftp/ftp.c @@ -28,12 +28,9 @@ #include <ctype.h> #include <std.h> -#include "mpconfig.h" +#include "py/mpconfig.h" #include MICROPY_HAL_H -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" +#include "py/obj.h" #include "osi.h" #include "inc/hw_types.h" #include "inc/hw_ints.h" diff --git a/cc3200/ftp/updater.c b/cc3200/ftp/updater.c index 426d82bae..1fda9f62e 100644 --- a/cc3200/ftp/updater.c +++ b/cc3200/ftp/updater.c @@ -2,7 +2,7 @@ #include <stdbool.h> #include "std.h" -#include "mpconfig.h" +#include "py/mpconfig.h" #include MICROPY_HAL_H #include "simplelink.h" #include "flc.h" |
