summaryrefslogtreecommitdiff
path: root/ports/esp32/main.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-02-29 13:35:36 +1100
committerDamien George <damien@micropython.org>2024-02-29 13:35:36 +1100
commita30c29398a6f38ae7ba3964841892e3e9b60aa0c (patch)
tree75fd431c6a13c4e8c45feb41358e14f384209f6b /ports/esp32/main.c
parentb91b2a7fe912944b74ff7e7b3e38611ea0fe78ee (diff)
ports: Don't include mpthread.h in mpthreadport.h.
Because `mpthreadport.h` is included by `mpthread.h`. Also remove unnecessary include of `mpthreadport.h` in esp32's `main.c`. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/esp32/main.c')
-rw-r--r--ports/esp32/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/main.c b/ports/esp32/main.c
index 6f51b7236..6fb15d3cc 100644
--- a/ports/esp32/main.c
+++ b/ports/esp32/main.c
@@ -59,7 +59,6 @@
#include "usb_serial_jtag.h"
#include "modmachine.h"
#include "modnetwork.h"
-#include "mpthreadport.h"
#if MICROPY_BLUETOOTH_NIMBLE
#include "extmod/modbluetooth.h"