mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden.
This commit is contained in:
@@ -109,7 +109,9 @@
|
||||
#define MICROPY_PY_SYS_PLATFORM "pyboard"
|
||||
#endif
|
||||
#define MICROPY_PY_UERRNO (1)
|
||||
#ifndef MICROPY_PY_THREAD
|
||||
#define MICROPY_PY_THREAD (0)
|
||||
#endif
|
||||
|
||||
// extended modules
|
||||
#define MICROPY_PY_UCTYPES (1)
|
||||
|
||||
Reference in New Issue
Block a user