diff options
| author | Damien | 2013-11-02 16:41:51 +0000 |
|---|---|---|
| committer | Damien | 2013-11-02 16:41:51 +0000 |
| commit | fecee2b0ae7c9131f41f80f6aeb5f0c7be93c291 (patch) | |
| tree | 11e4ebfe7ede8eaa4a6ad9867e99bb6a241eb819 /stm/mpyconfig.h | |
| parent | e0b18643376246c9669007ee0c979ce19bceafe2 (diff) | |
Floats work with MP on board; function for LCD pixel manipulation.
Diffstat (limited to 'stm/mpyconfig.h')
| -rw-r--r-- | stm/mpyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
