diff options
author | Damien George <damien.p.george@gmail.com> | 2016-05-10 23:25:39 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-05-10 23:30:39 +0100 |
commit | 4f2ba9fbdcbafd7ae09199186320f4173bcc8c31 (patch) | |
tree | 2146c48c85567dbe715630d2dffe95fa75c50cb0 /esp8266/modpybspi.c | |
parent | 5ab98d5c41bffa799a551a2731d904cab346898e (diff) | |
download | micropython-4f2ba9fbdcbafd7ae09199186320f4173bcc8c31.tar.gz micropython-4f2ba9fbdcbafd7ae09199186320f4173bcc8c31.zip |
esp8266: Convert to use new MP_Exxx errno symbols.
These symbols are still defined in terms of the system Exxx symbols, and
can be switched to internal numeric definitions at a later stage.
Note that extmod/modlwip still uses many system Exxx symbols.
Diffstat (limited to 'esp8266/modpybspi.c')
-rw-r--r-- | esp8266/modpybspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/modpybspi.c b/esp8266/modpybspi.c index 1131e8ef6b..e8ee0f343e 100644 --- a/esp8266/modpybspi.c +++ b/esp8266/modpybspi.c @@ -27,7 +27,6 @@ #include <stdio.h> #include <stdint.h> #include <string.h> -#include <errno.h> #include "ets_sys.h" #include "etshal.h" |