From 674bf1bc81ab358d167965f06e5c51f86027b050 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 14 Apr 2016 11:15:43 +0100 Subject: esp8266: Add hard IRQ callbacks for pin change on GPIO0-15. --- esp8266/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/Makefile') diff --git a/esp8266/Makefile b/esp8266/Makefile index 2f14f4957..483e8d59a 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -61,6 +61,7 @@ SRC_C = \ uart.c \ esppwm.c \ espneopixel.c \ + intr.c \ modpyb.c \ modpybpin.c \ modpybpwm.c \ -- cgit v1.2.3