From 015774a04faa50708ce3692dc3748989e19e98e9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 3 Sep 2016 20:45:11 +0300 Subject: esp8266/modmachinewdt: Add .deinit() method. --- esp8266/esp_mphal.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'esp8266/esp_mphal.c') diff --git a/esp8266/esp_mphal.c b/esp8266/esp_mphal.c index 06049e395..dc6944fd4 100644 --- a/esp8266/esp_mphal.c +++ b/esp8266/esp_mphal.c @@ -36,10 +36,6 @@ #include "extmod/misc.h" #include "lib/utils/pyexec.h" -extern void ets_wdt_disable(void); -extern void wdt_feed(void); -extern void ets_delay_us(); - STATIC byte input_buf_array[256]; ringbuf_t input_buf = {input_buf_array, sizeof(input_buf_array)}; void mp_hal_debug_tx_strn_cooked(void *env, const char *str, uint32_t len); -- cgit v1.2.3