diff options
| author | Damien George | 2016-05-10 23:22:54 +0100 |
|---|---|---|
| committer | Damien George | 2016-05-10 23:30:39 +0100 |
| commit | 5ab98d5c41bffa799a551a2731d904cab346898e (patch) | |
| tree | 3e69611c73314b7e7c374172a9118e76e4b43dce /stmhal/modnwcc3k.c | |
| parent | 088127d91cb593990cf4f04e64ca452671041e6f (diff) | |
stmhal: Convert to use internal errno symbols; enable uerrno module.
Diffstat (limited to 'stmhal/modnwcc3k.c')
| -rw-r--r-- | stmhal/modnwcc3k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modnwcc3k.c b/stmhal/modnwcc3k.c index 85dc0585a..67be27942 100644 --- a/stmhal/modnwcc3k.c +++ b/stmhal/modnwcc3k.c @@ -26,7 +26,6 @@ #include <string.h> #include <stdarg.h> -#include <errno.h> // CC3000 defines its own ENOBUFS (different to standard one!) #undef ENOBUFS |
