diff options
| author | Damien George | 2017-02-21 18:01:43 +1100 |
|---|---|---|
| committer | Damien George | 2017-02-21 18:01:43 +1100 |
| commit | 71ae3f389dbd4b1db6908f117ab224f9d3c9b38e (patch) | |
| tree | 5b43a88110c847191b0405a3c179c0dbb9f270fd /cc3200/bootmgr | |
| parent | b0a6dda115e34436cc1774661a57348aee9dbb81 (diff) | |
cc3200: Remove remaining references to std.h.
Diffstat (limited to 'cc3200/bootmgr')
| -rw-r--r-- | cc3200/bootmgr/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c index 97c8b36af..0d9ab35f8 100644 --- a/cc3200/bootmgr/main.c +++ b/cc3200/bootmgr/main.c @@ -26,8 +26,7 @@ #include <stdint.h> #include <stdbool.h> - -#include "std.h" +#include <stdio.h> #include "py/mpconfig.h" #include "hw_ints.h" |
