stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden.

This commit is contained in:
Damien George 2017-06-28 15:45:04 +10:00
parent 05a08506ae
commit 346f5d4cce

View File

@ -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)