aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/machine_wdt.c
diff options
context:
space:
mode:
authorstijn2020-04-16 09:22:15 +0200
committerDamien George2020-04-23 11:24:15 +1000
commitd6243568a05d423b58522435c3779975acbf56dd (patch)
tree60d70ccfbec061f855f457f2643ad5b338a2cc4b /ports/esp8266/machine_wdt.c
parent1ae7e0e561134c39471e3000eced33da732b4103 (diff)
all: Remove commented-out include statements.
Diffstat (limited to 'ports/esp8266/machine_wdt.c')
-rw-r--r--ports/esp8266/machine_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp8266/machine_wdt.c b/ports/esp8266/machine_wdt.c
index 9411e311b..b64830e7d 100644
--- a/ports/esp8266/machine_wdt.c
+++ b/ports/esp8266/machine_wdt.c
@@ -24,7 +24,6 @@
* THE SOFTWARE.
*/
-//#include <stdio.h>
#include <string.h>
#include "py/runtime.h"