summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-06-28 10:29:22 +0100
committerDamien George <damien.p.george@gmail.com>2014-06-28 10:29:22 +0100
commit8546ce1e2894f15e9d683ff2294f22c1419cbe78 (patch)
treef110d20af74a02818d17957d27c965957b490846 /py
parent41736f8201fd645bbcca6741c03eccb8f4c6bde3 (diff)
downloadmicropython-8546ce1e2894f15e9d683ff2294f22c1419cbe78.tar.gz
micropython-8546ce1e2894f15e9d683ff2294f22c1419cbe78.zip
py: Add missing #endif.
Diffstat (limited to 'py')
-rw-r--r--py/mpconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 7ed99ac8e0..0dd84d1f81 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -252,6 +252,7 @@ typedef double mp_float_t;
// Whether str object is proper unicode
#ifndef MICROPY_PY_BUILTINS_STR_UNICODE
#define MICROPY_PY_BUILTINS_STR_UNICODE (0)
+#endif
// Whether to support bytearray object
#ifndef MICROPY_PY_BUILTINS_BYTEARRAY