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"
|
||||
#endif
|
||||
#define MICROPY_PY_UERRNO (1)
|
||||
#ifndef MICROPY_PY_THREAD
|
||||
#define MICROPY_PY_THREAD (0)
|
||||
#endif
|
||||
|
||||
// extended modules
|
||||
#define MICROPY_PY_UCTYPES (1)
|
||||
|
Loading…
Reference in New Issue
Block a user