Skip to content
Snippets Groups Projects
Commit 75488d56 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix-cpy: Switch to use MICROPY_FLOAT_IMPL config define.

parent 02a85438
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#define MICROPY_EMIT_CPYTHON (1)
#define MICROPY_ENABLE_LEXER_UNIX (1)
#define MICROPY_ENABLE_FLOAT (1)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
// type definitions for the specific machine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment