diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-04-18 14:29:28 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-04-18 14:29:28 +0100 |
| commit | 259eaab9a9de1b01ac45803fe4f0e58b90f99d84 (patch) | |
| tree | 71f1861922251d0e5ea264bf17d146a94457f67c /cc3200/mods/modwlan.c | |
| parent | 2764a8ee8d507ee31c1ceab213fcfcbd1bbb37a6 (diff) | |
cc3200: Clean up and reduce use/include of std.h.
Diffstat (limited to 'cc3200/mods/modwlan.c')
| -rw-r--r-- | cc3200/mods/modwlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modwlan.c b/cc3200/mods/modwlan.c index cf7519a0d..6f3c21ca4 100644 --- a/cc3200/mods/modwlan.c +++ b/cc3200/mods/modwlan.c @@ -24,9 +24,9 @@ * THE SOFTWARE. */ -#include "std.h" #include <stdint.h> #include <stdbool.h> +#include "std.h" #include "simplelink.h" #include "py/mpconfig.h" |
