From c9f91976e19e07f2cf9e4b5b348eedd3e473419a Mon Sep 17 00:00:00 2001 From: Damien Date: Tue, 15 Oct 2013 23:46:01 +0100 Subject: Crude try-except working. --- unix/mpyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix') diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h index d9e03f7a8..e5bd06d29 100644 --- a/unix/mpyconfig.h +++ b/unix/mpyconfig.h @@ -1,7 +1,7 @@ // options to control how Micro Python is built #define MICROPY_ENABLE_FLOAT (1) -#define MICROPY_EMIT_CPYTHON (1) +#define MICROPY_EMIT_CPYTHON (0) #define MICROPY_EMIT_X64 (0) #define MICROPY_EMIT_THUMB (0) #define MICROPY_EMIT_INLINE_THUMB (0) -- cgit v1.2.3