summaryrefslogtreecommitdiff
path: root/ports/esp8266/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp8266/main.c')
-rw-r--r--ports/esp8266/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/esp8266/main.c b/ports/esp8266/main.c
index 33e0272f8..d0f52ed56 100644
--- a/ports/esp8266/main.c
+++ b/ports/esp8266/main.c
@@ -36,9 +36,6 @@
#include "py/mphal.h"
#include "py/gc.h"
-// This needs to be defined before any ESP SDK headers are included
-#define USE_US_TIMER 1
-
#include "extmod/misc.h"
#include "extmod/modmachine.h"
#include "shared/readline/readline.h"