mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
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:
@@ -24,7 +24,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "py/mpthread.h"
|
||||
#include "pybthread.h"
|
||||
|
||||
typedef pyb_mutex_t mp_thread_mutex_t;
|
||||
|
||||
Reference in New Issue
Block a user