From c064f0a36a69b7479e7b828b97fed40b60247188 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 14 Jun 2017 14:47:53 +1000 Subject: [PATCH] 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. --- stmhal/mpconfigport.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index ac3c1f2470..48588e9ae9 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -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)