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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user