diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-06 01:36:17 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-04 19:41:15 +0200 |
commit | 98b727c9319df39f487106429db55b3aefe0e1ec (patch) | |
tree | e17f34aa59aabcc11a2d9fb07bfba30ff4c2db2e /esp8266/modmachine.c | |
parent | f22a4f8e0ac206b39cf76d697b890581cb55abbc (diff) | |
download | micropython-98b727c9319df39f487106429db55b3aefe0e1ec.tar.gz micropython-98b727c9319df39f487106429db55b3aefe0e1ec.zip |
esp8266/modmachine: Use etshal.h.
Diffstat (limited to 'esp8266/modmachine.c')
-rw-r--r-- | esp8266/modmachine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/modmachine.c b/esp8266/modmachine.c index afb7ba5d4d..bc02e222a2 100644 --- a/esp8266/modmachine.c +++ b/esp8266/modmachine.c @@ -34,6 +34,7 @@ #include "os_type.h" #include "osapi.h" +#include "etshal.h" #if MICROPY_PY_MACHINE |