Skip to content

Commit 9f53056

Browse files
authored
Merge pull request #161 from mysterywolf/master
将MICROPY_FLOAT_IMPL_DOUBLE改为FLOAT
2 parents a6aceff + 4ad3e8d commit 9f53056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
#define MICROPY_MODULE_FROZEN_STR (0)
116116
#define MICROPY_CPYTHON_COMPAT (1)
117117
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
118-
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
118+
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
119119
#define MICROPY_READER_VFS (0)
120120
#define MICROPY_PY_PIN (1)
121121
#define MICROPY_PY_OS_DUPTERM (1)

0 commit comments

Comments
 (0)