diff options
author | Damien George <damien.p.george@gmail.com> | 2016-05-10 23:22:54 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-05-10 23:30:39 +0100 |
commit | 5ab98d5c41bffa799a551a2731d904cab346898e (patch) | |
tree | 3e69611c73314b7e7c374172a9118e76e4b43dce /stmhal/modnetwork.c | |
parent | 088127d91cb593990cf4f04e64ca452671041e6f (diff) |
stmhal: Convert to use internal errno symbols; enable uerrno module.
Diffstat (limited to 'stmhal/modnetwork.c')
-rw-r--r-- | stmhal/modnetwork.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modnetwork.c b/stmhal/modnetwork.c index 86bf7379b..4425461a0 100644 --- a/stmhal/modnetwork.c +++ b/stmhal/modnetwork.c @@ -27,7 +27,6 @@ #include <stdio.h> #include <stdint.h> #include <string.h> -#include <errno.h> #include "py/nlr.h" #include "py/objlist.h" |