summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modmachine.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-06 01:36:17 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-04 19:41:15 +0200
commit98b727c9319df39f487106429db55b3aefe0e1ec (patch)
treee17f34aa59aabcc11a2d9fb07bfba30ff4c2db2e /esp8266/modmachine.c
parentf22a4f8e0ac206b39cf76d697b890581cb55abbc (diff)
downloadmicropython-98b727c9319df39f487106429db55b3aefe0e1ec.tar.gz
micropython-98b727c9319df39f487106429db55b3aefe0e1ec.zip
esp8266/modmachine: Use etshal.h.
Diffstat (limited to 'esp8266/modmachine.c')
-rw-r--r--esp8266/modmachine.c1
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