diff options
Diffstat (limited to 'cc3200/ftp')
| -rw-r--r-- | cc3200/ftp/ftp.c | 2 | ||||
| -rw-r--r-- | cc3200/ftp/updater.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cc3200/ftp/ftp.c b/cc3200/ftp/ftp.c index 2899ca408..8a2afa272 100644 --- a/cc3200/ftp/ftp.c +++ b/cc3200/ftp/ftp.c @@ -26,7 +26,7 @@ #include <stdint.h> #include <ctype.h> -#include <std.h> +#include "std.h" #include "py/mpconfig.h" #include MICROPY_HAL_H diff --git a/cc3200/ftp/updater.c b/cc3200/ftp/updater.c index 98282a051..5b599d2f6 100644 --- a/cc3200/ftp/updater.c +++ b/cc3200/ftp/updater.c @@ -1,6 +1,5 @@ #include <stdint.h> #include <stdbool.h> -#include "std.h" #include "py/mpconfig.h" #include MICROPY_HAL_H |
