From 53562213c883ae4a89a3eff3eb4985716c5114c8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 31 May 2016 17:35:11 +0100 Subject: [PATCH] cc3200: Enable the GIL. --- cc3200/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)