From 263aaa70302aa60d0338abbe439be2a77eb49a52 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 28 Aug 2016 14:48:49 +0300 Subject: esp8266/modmachinewdt: Implement machine.WDT class. --- esp8266/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/Makefile') diff --git a/esp8266/Makefile b/esp8266/Makefile index 0b498602f..7da83f1aa 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -78,6 +78,7 @@ SRC_C = \ modpybrtc.c \ modpybadc.c \ modpybuart.c \ + modmachinewdt.c \ modmachinespi.c \ modpybspi.c \ modpybhspi.c \ -- cgit v1.2.3