summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-15 23:46:01 +0100
committerDamien <damien.p.george@gmail.com>2013-10-15 23:46:01 +0100
commitc9f91976e19e07f2cf9e4b5b348eedd3e473419a (patch)
tree7d00d83cc4b25094aebe753237513d4388bdde78 /unix
parentce89a21ea49e51274d016d9601c462312664271e (diff)
downloadmicropython-c9f91976e19e07f2cf9e4b5b348eedd3e473419a.tar.gz
micropython-c9f91976e19e07f2cf9e4b5b348eedd3e473419a.zip
Crude try-except working.
Diffstat (limited to 'unix')
-rw-r--r--unix/mpyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h
index d9e03f7a85..e5bd06d298 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)