summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-05-31 17:35:11 +0100
committerDamien George <damien.p.george@gmail.com>2016-06-28 11:28:52 +0100
commit53562213c883ae4a89a3eff3eb4985716c5114c8 (patch)
tree1c69c6bd7c217674bde749a3f5568ace44f7ef54
parentfa2ac93c3a7bbb7b368b4ea3ab3ede75396b14ac (diff)
downloadmicropython-53562213c883ae4a89a3eff3eb4985716c5114c8.tar.gz
micropython-53562213c883ae4a89a3eff3eb4985716c5114c8.zip
cc3200: Enable the GIL.
-rw-r--r--cc3200/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h
index 69114516a8..fbf227b86e 100644
--- a/cc3200/mpconfigport.h
+++ b/cc3200/mpconfigport.h
@@ -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)