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.
This commit is contained in:
Damien George
2016-05-10 23:25:39 +01:00
parent 5ab98d5c41
commit 4f2ba9fbdc
6 changed files with 10 additions and 11 deletions

View File

@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <errno.h>
#include "py/nlr.h"
#include "py/objlist.h"