summaryrefslogtreecommitdiff
path: root/atmel-samd/mpconfigport.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott@chickadee.tech>2016-08-31 13:37:43 -0700
committerScott Shawcroft <scott@chickadee.tech>2016-08-31 13:37:43 -0700
commit559434afcae38ce02f476b53f022f8a95b04784f (patch)
treea7aeb0f57d7fe6bd1da24bc676cebe357432a417 /atmel-samd/mpconfigport.h
parent594ff413f41df727c7137a3b4aa5f659e23b9a72 (diff)
atmel-samd: Support floats.v1.8.3-61-g559434a
Diffstat (limited to 'atmel-samd/mpconfigport.h')
-rw-r--r--atmel-samd/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h
index 4142767e2..c4a0199be 100644
--- a/atmel-samd/mpconfigport.h
+++ b/atmel-samd/mpconfigport.h
@@ -51,7 +51,7 @@
#define MICROPY_MODULE_FROZEN_MPY (1)
#define MICROPY_CPYTHON_COMPAT (0)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
-#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
+#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_MODULE_WEAK_LINKS (1)