diff options
| author | Paul Sokolovsky | 2016-08-28 14:48:49 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-08-28 14:48:49 +0300 |
| commit | 263aaa70302aa60d0338abbe439be2a77eb49a52 (patch) | |
| tree | 586af3bd3241f63e5b4d769a1ddef8bfc659b87d /esp8266/Makefile | |
| parent | 8f8f699eb72446e94253eaa73a3c893562eef82d (diff) | |
esp8266/modmachinewdt: Implement machine.WDT class.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
