stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden.
This commit is contained in:
parent
05a08506ae
commit
346f5d4cce
@ -109,7 +109,9 @@
|
|||||||
#define MICROPY_PY_SYS_PLATFORM "pyboard"
|
#define MICROPY_PY_SYS_PLATFORM "pyboard"
|
||||||
#endif
|
#endif
|
||||||
#define MICROPY_PY_UERRNO (1)
|
#define MICROPY_PY_UERRNO (1)
|
||||||
|
#ifndef MICROPY_PY_THREAD
|
||||||
#define MICROPY_PY_THREAD (0)
|
#define MICROPY_PY_THREAD (0)
|
||||||
|
#endif
|
||||||
|
|
||||||
// extended modules
|
// extended modules
|
||||||
#define MICROPY_PY_UCTYPES (1)
|
#define MICROPY_PY_UCTYPES (1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user