summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zietz <czietz@gmx.net>2022-05-04 20:01:17 +0200
committerDamien George <damien@micropython.org>2022-05-19 16:40:39 +1000
commite92c22a839dbe90ef549ec12b4d82f2406b76114 (patch)
tree74808c3da8a7641fc0f773bd4b162937fc55ed7e
parentea1c0557e5866ad7b84f18de18d0bf82e422e279 (diff)
esp8266/etshal.h: Remove unneeded function declaration.
-rw-r--r--ports/esp8266/etshal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/esp8266/etshal.h b/ports/esp8266/etshal.h
index 7d0855a2a..b7e23e830 100644
--- a/ports/esp8266/etshal.h
+++ b/ports/esp8266/etshal.h
@@ -9,8 +9,6 @@
void ets_isr_mask(uint32_t mask);
void ets_isr_unmask(uint32_t mask);
-void ets_wdt_disable(void);
-
// Opaque structure
#ifndef MD5_CTX
typedef char MD5_CTX[88];