diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-03-13 00:36:34 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-03-13 00:36:34 +0000 |
| commit | 19438fd30a3184b656221a59062ea32453d0fd16 (patch) | |
| tree | 4fb3c2674d77f7d65bdd11d2f68f2c57aeff5cd4 | |
| parent | 470184e2c3478144d647863f38ad445393929224 (diff) | |
windows: Change MICROPY_FLOAT config to new scheme.
| -rw-r--r-- | windows/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index 10abb8ce7..309271ba2 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -12,7 +12,7 @@ #define MICROPY_DEBUG_PRINTERS (1) #define MICROPY_ENABLE_REPL_HELPERS (1) #define MICROPY_ENABLE_LEXER_UNIX (1) -#define MICROPY_ENABLE_FLOAT (1) +#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG) // type definitions for the specific machine |
