aboutsummaryrefslogtreecommitdiff
path: root/stmhal/modnwcc3k.c
diff options
context:
space:
mode:
authorDamien George2016-05-10 23:22:54 +0100
committerDamien George2016-05-10 23:30:39 +0100
commit5ab98d5c41bffa799a551a2731d904cab346898e (patch)
tree3e69611c73314b7e7c374172a9118e76e4b43dce /stmhal/modnwcc3k.c
parent088127d91cb593990cf4f04e64ca452671041e6f (diff)
stmhal: Convert to use internal errno symbols; enable uerrno module.
Diffstat (limited to 'stmhal/modnwcc3k.c')
-rw-r--r--stmhal/modnwcc3k.c1
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