stmhal/mpconfigport.h: Remove config of PY_THREAD_GIL to use default.

The default for the GIL is to enable it if threading is enabled, and this
is the recommended way to use threading with the stmhal port.
This commit is contained in:
Damien George 2017-06-14 14:47:53 +10:00
parent e374cfff80
commit c064f0a36a
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@
#endif
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_THREAD (0)
#define MICROPY_PY_THREAD_GIL (0)
// extended modules
#define MICROPY_PY_UCTYPES (1)