cc3200: Enable the GIL.

This commit is contained in:
Damien George 2016-05-31 17:35:11 +01:00
parent fa2ac93c3a
commit 53562213c8
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
#define MICROPY_PY_IO (1)
#define MICROPY_PY_IO_FILEIO (1)
#define MICROPY_PY_THREAD (1)
#define MICROPY_PY_THREAD_GIL (0)
#define MICROPY_PY_THREAD_GIL (1)
#define MICROPY_PY_UBINASCII (0)
#define MICROPY_PY_UCTYPES (0)
#define MICROPY_PY_UZLIB (0)