From 98b727c9319df39f487106429db55b3aefe0e1ec Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 6 Feb 2016 01:36:17 +0200 Subject: [PATCH] esp8266/modmachine: Use etshal.h. --- esp8266/modmachine.c | 1 + 1 file changed, 1 insertion(+) 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