diff options
author | Damien <damien.p.george@gmail.com> | 2013-11-01 23:25:37 +0000 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-11-01 23:25:37 +0000 |
commit | 4c51cbdc0b41cfe4a9193e8afd89f0584afb4446 (patch) | |
tree | 190c53d6d767662784da8f6d4e45b5514c5f3584 /stm/mpyconfig.h | |
parent | e8217c2a9b82f50d4718fd9f02f54c21cb9b512c (diff) | |
download | micropython-4c51cbdc0b41cfe4a9193e8afd89f0584afb4446.tar.gz micropython-4c51cbdc0b41cfe4a9193e8afd89f0584afb4446.zip |
Add proper FPU compile flags; disable Python float support.
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 06a4bd8e02..388ad1cc4d 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 (1) +#define MICROPY_ENABLE_FLOAT (0) #define MICROPY_EMIT_CPYTHON (0) #define MICROPY_EMIT_X64 (0) #define MICROPY_EMIT_THUMB (1) |