From fecee2b0ae7c9131f41f80f6aeb5f0c7be93c291 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 2 Nov 2013 16:41:51 +0000 Subject: Floats work with MP on board; function for LCD pixel manipulation. --- stm/mpyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm/mpyconfig.h') diff --git a/stm/mpyconfig.h b/stm/mpyconfig.h index 388ad1cc4..06a4bd8e0 100644 --- a/stm/mpyconfig.h +++ b/stm/mpyconfig.h @@ -1,6 +1,6 @@ // options to control how Micro Python is built -#define MICROPY_ENABLE_FLOAT (0) +#define MICROPY_ENABLE_FLOAT (1) #define MICROPY_EMIT_CPYTHON (0) #define MICROPY_EMIT_X64 (0) #define MICROPY_EMIT_THUMB (1) -- cgit v1.2.3